Class RMGraphSeries.Item
java.lang.Object
com.inductiveautomation.rm.graphing.RMGraphSeries.Item
- Enclosing class:
- RMGraphSeries
A class to represent an individual item inside a graph series, including its key, group, value and bar/wedge
shape.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBar()
Returns the bar created for this series value.float
Returns the float value for this series value.getGroup()
Returns the group.getKey()
Returns the key.getValue()
Returns the value for this series value.void
Sets the bar created for this series value.
-
Constructor Details
-
Item
Creates a new series value.
-
-
Method Details
-
getKey
Returns the key. -
getGroup
Returns the group. -
getValue
Returns the value for this series value. -
getFloatValue
public float getFloatValue()Returns the float value for this series value. -
getBar
Returns the bar created for this series value. -
setBar
Sets the bar created for this series value.
-