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.RMGraphRPGBar
RMGraphRPGBar.BarGraphShape, RMGraphRPGBar.BarGraphShape2D 
- 
Nested classes/interfaces inherited from class com.inductiveautomation.rm.graphing.RMGraphRPG
RMGraphRPG.GraphShape 
 - 
 
- 
Constructor Summary
Constructors Constructor Description RMGraphRPGLine(RMGraph aGraph, ReportOwner anRptOwner)Creates a bar graph maker. 
- 
Method Summary
All 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.RMGraphRPGBar
addLabel, createGraphShape, getBarBounds, getBarPrototype, getInterval, getIntervalCount, getIntervalLast, getMinorTickCount, isVertical 
- 
Methods inherited from class com.inductiveautomation.rm.graphing.RMGraphRPG
getGraph, getGraphShape, getObjects, getReportOwner, getSection, getSectionCount, getSections, getSeries, getSeries, getSeriesCount, isMeshed 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
RMGraphRPGLine
public RMGraphRPGLine(RMGraph aGraph, ReportOwner anRptOwner)
Creates a bar graph maker. 
 - 
 
- 
Method Detail
- 
addBars
public void addBars()
Adds the bars to the graph area.- Overrides:
 addBarsin classRMGraphRPGBar
 
 - 
 
 -