Enum Class PenAttribute
java.lang.Object
java.lang.Enum<PenAttribute>
com.inductiveautomation.factorypmi.application.components.chart.easychart.PenAttribute
- All Implemented Interfaces:
- Serializable,- Comparable<PenAttribute>,- Constable
- 
Nested Class SummaryNested classes/interfaces inherited from class java.lang.EnumEnum.EnumDesc<E extends Enum<E>>
- 
Enum Constant SummaryEnum ConstantsEnum ConstantDescription
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetBoolean(int row, Dataset ds) floatgetName()Looks up this attribute in the dataset at the given row, coercing the value found there to this attribute's natural typegetType()static PenAttributeReturns the enum constant of this class with the specified name.static PenAttribute[]values()Returns an array containing the constants of this enum class, in the order they are declared.
- 
Enum Constant Details- 
NAME
- 
COL_NAME
- 
TABLE_NAME
- 
XVAL_COL_NAME
- 
DATASOURCE
- 
TAG_PATH
- 
AGGREGATION_MODE
- 
FUNCTION
- 
FUNCTION_PARAM
- 
DRIVING_PEN
- 
AXIS
- 
SUBPLOT
- 
ENABLED
- 
COLOR
- 
DASH_PATTERN
- 
RENDER_STYLE
- 
LINE_WEIGHT
- 
SHAPE
- 
FILL_SHAPE
- 
LABELS
- 
GROUP_NAME
- 
WHERE_CLAUSE
- 
DIGITAL
- 
OVERRIDE_AUTOCOLOR
- 
HIDDEN
- 
USER_SELECTABLE
- 
SORT_ORDER
- 
USER_REMOVABLE
 
- 
- 
Method Details- 
valuesReturns 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
 
- 
valueOfReturns 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
- 
getType
- 
getName
- 
getPenTypes
- 
getObjectLooks up this attribute in the dataset at the given row, coercing the value found there to this attribute's natural type
- 
getInt
- 
getString
- 
getFloat
- 
getBoolean
- 
getColor
 
-