Enum Class StiShapeId

java.lang.Object
java.lang.Enum<StiShapeId>
com.stimulsoft.webdesigner.enums.StiShapeId
All Implemented Interfaces:
Serializable, Comparable<StiShapeId>, Constable

public enum StiShapeId extends Enum<StiShapeId>
Copyright Stimulsoft
  • Enum Constant Details

    • StiShapeTypeService

      public static final StiShapeId StiShapeTypeService
    • StiSnipDiagonalSideCornerRectangleShapeType

      public static final StiShapeId StiSnipDiagonalSideCornerRectangleShapeType
    • StiSnipSameSideCornerRectangleShapeType

      public static final StiShapeId StiSnipSameSideCornerRectangleShapeType
    • StiTrapezoidShapeType

      public static final StiShapeId StiTrapezoidShapeType
    • StiRegularPentagonShapeType

      public static final StiShapeId StiRegularPentagonShapeType
    • StiPlusShapeType

      public static final StiShapeId StiPlusShapeType
    • StiParallelogramShapeType

      public static final StiShapeId StiParallelogramShapeType
    • StiMultiplyShapeType

      public static final StiShapeId StiMultiplyShapeType
    • StiMinusShapeType

      public static final StiShapeId StiMinusShapeType
    • StiFrameShapeType

      public static final StiShapeId StiFrameShapeType
    • StiFlowchartSortShapeType

      public static final StiShapeId StiFlowchartSortShapeType
    • StiFlowchartPreparationShapeType

      public static final StiShapeId StiFlowchartPreparationShapeType
    • StiFlowchartOffPageConnectorShapeType

      public static final StiShapeId StiFlowchartOffPageConnectorShapeType
    • StiFlowchartManualInputShapeType

      public static final StiShapeId StiFlowchartManualInputShapeType
    • StiFlowchartDecisionShapeType

      public static final StiShapeId StiFlowchartDecisionShapeType
    • StiFlowchartCollateShapeType

      public static final StiShapeId StiFlowchartCollateShapeType
    • StiFlowchartCardShapeType

      public static final StiShapeId StiFlowchartCardShapeType
    • StiEqualShapeType

      public static final StiShapeId StiEqualShapeType
    • StiDivisionShapeType

      public static final StiShapeId StiDivisionShapeType
    • StiChevronShapeType

      public static final StiShapeId StiChevronShapeType
    • StiBentArrowShapeType

      public static final StiShapeId StiBentArrowShapeType
    • StiComplexArrowShapeType

      public static final StiShapeId StiComplexArrowShapeType
    • StiVerticalLineShapeType

      public static final StiShapeId StiVerticalLineShapeType
    • StiTriangleShapeType

      public static final StiShapeId StiTriangleShapeType
    • StiTopAndBottomLineShapeType

      public static final StiShapeId StiTopAndBottomLineShapeType
    • StiRoundedRectangleShapeType

      public static final StiShapeId StiRoundedRectangleShapeType
    • StiRectangleShapeType

      public static final StiShapeId StiRectangleShapeType
    • StiOvalShapeType

      public static final StiShapeId StiOvalShapeType
    • StiLeftAndRightLineShapeType

      public static final StiShapeId StiLeftAndRightLineShapeType
    • StiHorizontalLineShapeType

      public static final StiShapeId StiHorizontalLineShapeType
    • StiDiagonalUpLineShapeType

      public static final StiShapeId StiDiagonalUpLineShapeType
    • StiDiagonalDownLineShapeType

      public static final StiShapeId StiDiagonalDownLineShapeType
    • StiArrowShapeType

      public static final StiShapeId StiArrowShapeType
  • Method Details

    • values

      public static StiShapeId[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static StiShapeId valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null