Enum Class AxisAttribute

java.lang.Object
java.lang.Enum<AxisAttribute>
com.inductiveautomation.ignition.common.gui.chart.AxisAttribute
All Implemented Interfaces:
Serializable, Comparable<AxisAttribute>, Constable

public enum AxisAttribute extends Enum<AxisAttribute>
  • Enum Constant Details

  • Method Details

    • values

      public static AxisAttribute[] 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 AxisAttribute 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
    • getDefault

      public Object getDefault()
    • getType

      public Class getType()
    • getName

      public String getName()
    • getObject

      public Object getObject(int row, Dataset ds)
    • getInt

      public int getInt(int row, Dataset ds)
    • getString

      public String getString(int row, Dataset ds)
    • getDouble

      public double getDouble(int row, Dataset ds)
    • getBoolean

      public boolean getBoolean(int row, Dataset ds)
    • getColor

      public Color getColor(int row, Dataset ds)