java.lang.Object
java.lang.Enum<PenAttribute>
com.inductiveautomation.factorypmi.application.components.chart.easychart.PenAttribute
All Implemented Interfaces:
Serializable, Comparable<PenAttribute>, Constable

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

  • Method Details

    • values

      public static PenAttribute[] 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 PenAttribute 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()
    • getPenTypes

      public Set<PenType> getPenTypes()
    • getObject

      public Object getObject(int row, Dataset ds)
      Looks up this attribute in the dataset at the given row, coercing the value found there to this attribute's natural type
    • getInt

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

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

      public float getFloat(int row, Dataset ds)
    • getBoolean

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

      public Color getColor(int row, Dataset ds)