Class RMGraphSection.Item
java.lang.Object
com.inductiveautomation.rm.graphing.RMGraphSection.Item
- Enclosing class:
- RMGraphSection
An inner class for a section item.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBar()
Returns the item bar.Returns the bounds for this section item.float
Returns the item float valuegetGroup()
Returns the item group.int
Returns the item index.Returns the section item series.int
Returns the series index.Returns the section item series item.void
Sets the bar created for this series value.
-
Constructor Details
-
Item
public Item(int aSeriesIndex, int anItemIndex) Creates a new section item.
-
-
Method Details
-
getSeriesIndex
public int getSeriesIndex()Returns the series index. -
getItemIndex
public int getItemIndex()Returns the item index. -
getSeries
Returns the section item series. -
getSeriesItem
Returns the section item series item. -
getFloatValue
public float getFloatValue()Returns the item float value -
getGroup
Returns the item group. -
getBar
Returns the item bar. -
setBar
Sets the bar created for this series value. -
getBounds
Returns the bounds for this section item.
-