Enum Class StiGridMode

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

public enum StiGridMode extends Enum<StiGridMode>
Modes for drawing a grid in the designer.
  • Enum Constant Details

    • Lines

      public static final StiGridMode Lines
      Lines mode.
    • Dots

      public static final StiGridMode Dots
      Dots mode.
  • Method Details

    • values

      public static StiGridMode[] 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 StiGridMode 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
    • getValue

      public int getValue()
    • forValue

      public static StiGridMode forValue(int value)