Enum Class StiMarkerSkin

java.lang.Object
java.lang.Enum<StiMarkerSkin>
com.stimulsoft.report.infographics.gauge.StiMarkerSkin
All Implemented Interfaces:
Serializable, Comparable<StiMarkerSkin>, Constable

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

    • Diamond

      public static final StiMarkerSkin Diamond
    • Rectangle

      public static final StiMarkerSkin Rectangle
    • TriangleTop

      public static final StiMarkerSkin TriangleTop
    • TriangleBottom

      public static final StiMarkerSkin TriangleBottom
    • PentagonTop

      public static final StiMarkerSkin PentagonTop
    • PentagonBottom

      public static final StiMarkerSkin PentagonBottom
    • Ellipse

      public static final StiMarkerSkin Ellipse
    • RectangularCalloutTop

      public static final StiMarkerSkin RectangularCalloutTop
    • RectangularCalloutBottom

      public static final StiMarkerSkin RectangularCalloutBottom
    • TriangleLeft

      public static final StiMarkerSkin TriangleLeft
    • TriangleRight

      public static final StiMarkerSkin TriangleRight
    • PentagonLeft

      public static final StiMarkerSkin PentagonLeft
    • PentagonRight

      public static final StiMarkerSkin PentagonRight
    • RectangularCalloutLeft

      public static final StiMarkerSkin RectangularCalloutLeft
  • Method Details

    • values

      public static StiMarkerSkin[] 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 StiMarkerSkin 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