Class RMGraphRPGLine
- java.lang.Object
- 
- com.inductiveautomation.rm.graphing.RMGraphRPG
- 
- com.inductiveautomation.rm.graphing.RMGraphRPGBar
- 
- com.inductiveautomation.rm.graphing.RMGraphRPGLine
 
 
 
- 
 public class RMGraphRPGLine extends RMGraphRPGBar This class generates (and represents) a RPG'd line graph area.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.inductiveautomation.rm.graphing.RMGraphRPGBarRMGraphRPGBar.BarGraphShape, RMGraphRPGBar.BarGraphShape2D
 - 
Nested classes/interfaces inherited from class com.inductiveautomation.rm.graphing.RMGraphRPGRMGraphRPG.GraphShape
 
- 
 - 
Constructor SummaryConstructors Constructor Description RMGraphRPGLine(RMGraph aGraph, ReportOwner anRptOwner)Creates a bar graph maker.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBars()Adds the bars to the graph area.- 
Methods inherited from class com.inductiveautomation.rm.graphing.RMGraphRPGBaraddLabel, createGraphShape, getBarBounds, getBarPrototype, getInterval, getIntervalCount, getIntervalLast, getMinorTickCount, isVertical
 - 
Methods inherited from class com.inductiveautomation.rm.graphing.RMGraphRPGgetGraph, getGraphShape, getObjects, getReportOwner, getSection, getSectionCount, getSections, getSeries, getSeries, getSeriesCount, isMeshed
 
- 
 
- 
- 
- 
Constructor Detail- 
RMGraphRPGLinepublic RMGraphRPGLine(RMGraph aGraph, ReportOwner anRptOwner) Creates a bar graph maker.
 
- 
 - 
Method Detail- 
addBarspublic void addBars() Adds the bars to the graph area.- Overrides:
- addBarsin class- RMGraphRPGBar
 
 
- 
 
-