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

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

    • WEIGHT

      public static final PlotAttribute WEIGHT
    • OVERRIDE_BACKGROUND

      public static final PlotAttribute OVERRIDE_BACKGROUND
    • OVERRIDE_BACKGROUND_COLOR

      public static final PlotAttribute OVERRIDE_BACKGROUND_COLOR
  • Method Details

    • values

      public static PlotAttribute[] 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 PlotAttribute 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)
    • getBoolean

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

      public Color getColor(int row, Dataset ds)