Class RMGraphRPGPie
java.lang.Object
com.inductiveautomation.rm.graphing.RMGraphRPG
com.inductiveautomation.rm.graphing.RMGraphRPGPie
This class generates (and represents) a RPG'd pie graph area.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interfaceAn interface for a shape that renders a bar graph from bar graph pieces.Nested classes/interfaces inherited from class com.inductiveautomation.rm.graphing.RMGraphRPGRMGraphRPG.GraphShape
- 
Constructor SummaryConstructorsConstructorDescriptionRMGraphRPGPie(RMGraph aGraph, ReportOwner anRptOwner) Creates a pie graph area for the given graph area and graphRPG.
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidThis is the workhorse method that really configures the graph area.protected RMParentShapeCreates the graph shape.booleanisMeshed()Override to force pie charts to be meshed if only one key.Methods inherited from class com.inductiveautomation.rm.graphing.RMGraphRPGgetGraph, getGraphShape, getObjects, getReportOwner, getSection, getSectionCount, getSections, getSeries, getSeries, getSeriesCount
- 
Constructor Details- 
RMGraphRPGPieCreates a pie graph area for the given graph area and graphRPG.
 
- 
- 
Method Details- 
createGraphShapeCreates the graph shape.- Specified by:
- createGraphShapein class- RMGraphRPG
 
- 
isMeshedpublic boolean isMeshed()Override to force pie charts to be meshed if only one key.- Overrides:
- isMeshedin class- RMGraphRPG
 
- 
configureprotected void configure()This is the workhorse method that really configures the graph area.
 
-