Class RMGraphSeries.Item

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

public static class RMGraphSeries.Item extends Object
A class to represent an individual item inside a graph series, including its key, group, value and bar/wedge shape.
  • Constructor Details

    • Item

      public Item(String aKey, RMGroup aGroup)
      Creates a new series value.
  • Method Details

    • getKey

      public String getKey()
      Returns the key.
    • getGroup

      public RMGroup getGroup()
      Returns the group.
    • getValue

      public Number getValue()
      Returns the value for this series value.
    • getFloatValue

      public float getFloatValue()
      Returns the float value for this series value.
    • getBar

      public RMShape getBar()
      Returns the bar created for this series value.
    • setBar

      public void setBar(RMShape aBar)
      Sets the bar created for this series value.