Class RMGraphIntervals
- java.lang.Object
- 
- com.inductiveautomation.rm.graphing.RMGraphIntervals
 
- 
 public class RMGraphIntervals extends java.lang.ObjectReturns a list of graph intervals given a range and count. If count is zero, this class will determine a proper count.
- 
- 
Constructor SummaryConstructors Constructor Description RMGraphIntervals(float minValue, float maxValue, int aCount)Return well-chosen intervals given a min/max value.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RMGraphIntervalsgetGraphIntervals(RMGraphRPG aGraphRPG)Returns graph intervals for a given graph.java.lang.FloatgetInterval(int anIndex)Returns the individual interval at a given index as a float value.intgetIntervalCount()Returns the number of intervals for this filled graph.java.lang.FloatgetIntervalLast()Returns the last interval as a float value.
 
- 
- 
- 
Method Detail- 
getGraphIntervalspublic static RMGraphIntervals getGraphIntervals(RMGraphRPG aGraphRPG) Returns graph intervals for a given graph.
 - 
getIntervalCountpublic int getIntervalCount() Returns the number of intervals for this filled graph.
 - 
getIntervalpublic java.lang.Float getInterval(int anIndex) Returns the individual interval at a given index as a float value.
 - 
getIntervalLastpublic java.lang.Float getIntervalLast() Returns the last interval as a float value.
 
- 
 
-