Class RMGraphSection
java.lang.Object
com.inductiveautomation.rm.graphing.RMGraphSection
Represents the data in the sections of a merged or separated graph.
- 
Nested Class SummaryNested Classes
- 
Constructor SummaryConstructorsConstructorDescriptionRMGraphSection(RMGraphRPG aGraphRPG, int anIndex) Creates a new graph section.
- 
Method SummaryModifier and TypeMethodDescriptionvoidaddItem(int aSeriesIndex, int anItemIndex) Adds an item for the given series and series item.Returns the bounds of the section.getItem(int anIndex) Returns the specific item at the given index.intReturns the number of section itemsfloatReturns section maximum value.floatReturns section minimum value.static ListgetSections(RMGraphRPG aGraphRPG) Returns the list of sections for the graph.floatReturns the total for all values in series.
- 
Constructor Details- 
RMGraphSectionCreates a new graph section.
 
- 
- 
Method Details- 
getItemCountpublic int getItemCount()Returns the number of section items
- 
getItemReturns the specific item at the given index.
- 
addItempublic void addItem(int aSeriesIndex, int anItemIndex) Adds an item for the given series and series item.
- 
getMinValuepublic float getMinValue()Returns section minimum value.
- 
getMaxValuepublic float getMaxValue()Returns section maximum value.
- 
getSectionTotalpublic float getSectionTotal()Returns the total for all values in series.
- 
getBoundsReturns the bounds of the section.
- 
getSectionsReturns the list of sections for the graph.
 
-