Class RMGraphSection.Item

java.lang.Object
com.inductiveautomation.rm.graphing.RMGraphSection.Item
Enclosing class:
RMGraphSection

public class RMGraphSection.Item extends Object
An inner class for a section item.
  • 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

      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.