Class RMGraphRPGLine
java.lang.Object
com.inductiveautomation.rm.graphing.RMGraphRPG
com.inductiveautomation.rm.graphing.RMGraphRPGBar
com.inductiveautomation.rm.graphing.RMGraphRPGLine
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
ConstructorsConstructorDescriptionRMGraphRPGLine
(RMGraph aGraph, ReportOwner anRptOwner) Creates a bar graph maker. -
Method Summary
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 Details
-
RMGraphRPGLine
Creates a bar graph maker.
-
-
Method Details
-
addBars
public void addBars()Adds the bars to the graph area.- Overrides:
addBars
in classRMGraphRPGBar
-