Class RMGraphSection.Item
- java.lang.Object
- 
- com.inductiveautomation.rm.graphing.RMGraphSection.Item
 
- 
- Enclosing class:
- RMGraphSection
 
 public class RMGraphSection.Item extends java.lang.ObjectAn inner class for a section item.
- 
- 
Constructor SummaryConstructors Constructor Description Item(int aSeriesIndex, int anItemIndex)Creates a new section item.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description RMShapegetBar()Returns the item bar.RMRectgetBounds()Returns the bounds for this section item.floatgetFloatValue()Returns the item float valueRMGroupgetGroup()Returns the item group.intgetItemIndex()Returns the item index.RMGraphSeriesgetSeries()Returns the section item series.intgetSeriesIndex()Returns the series index.RMGraphSeries.ItemgetSeriesItem()Returns the section item series item.voidsetBar(RMShape aBar)Sets the bar created for this series value.
 
- 
- 
- 
Method Detail- 
getSeriesIndexpublic int getSeriesIndex() Returns the series index.
 - 
getItemIndexpublic int getItemIndex() Returns the item index.
 - 
getSeriespublic RMGraphSeries getSeries() Returns the section item series.
 - 
getSeriesItempublic RMGraphSeries.Item getSeriesItem() Returns the section item series item.
 - 
getFloatValuepublic float getFloatValue() Returns the item float value
 - 
getGrouppublic RMGroup getGroup() Returns the item group.
 - 
getBarpublic RMShape getBar() Returns the item bar.
 - 
setBarpublic void setBar(RMShape aBar) Sets the bar created for this series value.
 - 
getBoundspublic RMRect getBounds() Returns the bounds for this section item.
 
- 
 
-