Class RMGraphSection.Item
- java.lang.Object
-
- com.inductiveautomation.rm.graphing.RMGraphSection.Item
-
- Enclosing class:
- RMGraphSection
public class RMGraphSection.Item extends java.lang.Object
An inner class for a section item.
-
-
Constructor Summary
Constructors Constructor Description Item(int aSeriesIndex, int anItemIndex)
Creates a new section item.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RMShape
getBar()
Returns the item bar.RMRect
getBounds()
Returns the bounds for this section item.float
getFloatValue()
Returns the item float valueRMGroup
getGroup()
Returns the item group.int
getItemIndex()
Returns the item index.RMGraphSeries
getSeries()
Returns the section item series.int
getSeriesIndex()
Returns the series index.RMGraphSeries.Item
getSeriesItem()
Returns the section item series item.void
setBar(RMShape aBar)
Sets the bar created for this series value.
-
-
-
Method Detail
-
getSeriesIndex
public int getSeriesIndex()
Returns the series index.
-
getItemIndex
public int getItemIndex()
Returns the item index.
-
getSeries
public RMGraphSeries getSeries()
Returns the section item series.
-
getSeriesItem
public RMGraphSeries.Item getSeriesItem()
Returns the section item series item.
-
getFloatValue
public float getFloatValue()
Returns the item float value
-
getGroup
public RMGroup getGroup()
Returns the item group.
-
getBar
public RMShape getBar()
Returns the item bar.
-
setBar
public void setBar(RMShape aBar)
Sets the bar created for this series value.
-
getBounds
public RMRect getBounds()
Returns the bounds for this section item.
-
-