Class RMGraphSeries.Item
- java.lang.Object
- 
- com.inductiveautomation.rm.graphing.RMGraphSeries.Item
 
- 
- Enclosing class:
- RMGraphSeries
 
 public static class RMGraphSeries.Item extends java.lang.ObjectA class to represent an individual item inside a graph series, including its key, group, value and bar/wedge shape.
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RMShapegetBar()Returns the bar created for this series value.floatgetFloatValue()Returns the float value for this series value.RMGroupgetGroup()Returns the group.java.lang.StringgetKey()Returns the key.java.lang.NumbergetValue()Returns the value for this series value.voidsetBar(RMShape aBar)Sets the bar created for this series value.
 
- 
- 
- 
Constructor Detail- 
Itempublic Item(java.lang.String aKey, RMGroup aGroup)Creates a new series value.
 
- 
 - 
Method Detail- 
getKeypublic java.lang.String getKey() Returns the key.
 - 
getGrouppublic RMGroup getGroup() Returns the group.
 - 
getValuepublic java.lang.Number getValue() Returns the value for this series value.
 - 
getFloatValuepublic float getFloatValue() Returns the float value for this series value.
 - 
getBarpublic RMShape getBar() Returns the bar created for this series value.
 - 
setBarpublic void setBar(RMShape aBar) Sets the bar created for this series value.
 
- 
 
-