Class RMGraphSection.Item
java.lang.Object
com.inductiveautomation.rm.graphing.RMGraphSection.Item
- Enclosing class:
- RMGraphSection
An inner class for a section item.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetBar()Returns the item bar.Returns the bounds for this section item.floatReturns the item float valuegetGroup()Returns the item group.intReturns the item index.Returns the section item series.intReturns the series index.Returns the section item series item.voidSets the bar created for this series value.
- 
Constructor Details- 
Itempublic Item(int aSeriesIndex, int anItemIndex) Creates a new section item.
 
- 
- 
Method Details- 
getSeriesIndexpublic int getSeriesIndex()Returns the series index.
- 
getItemIndexpublic int getItemIndex()Returns the item index.
- 
getSeriesReturns the section item series.
- 
getSeriesItemReturns the section item series item.
- 
getFloatValuepublic float getFloatValue()Returns the item float value
- 
getGroupReturns the item group.
- 
getBarReturns the item bar.
- 
setBarSets the bar created for this series value.
- 
getBoundsReturns the bounds for this section item.
 
-