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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
An interface for a shape that renders a bar graph from bar graph pieces.Nested classes/interfaces inherited from class com.inductiveautomation.rm.graphing.RMGraphRPG
RMGraphRPG.GraphShape
-
Constructor Summary
ConstructorsConstructorDescriptionRMGraphRPGPie
(RMGraph aGraph, ReportOwner anRptOwner) Creates a pie graph area for the given graph area and graphRPG. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
This is the workhorse method that really configures the graph area.protected RMParentShape
Creates the graph shape.boolean
isMeshed()
Override to force pie charts to be meshed if only one key.Methods inherited from class com.inductiveautomation.rm.graphing.RMGraphRPG
getGraph, getGraphShape, getObjects, getReportOwner, getSection, getSectionCount, getSections, getSeries, getSeries, getSeriesCount
-
Constructor Details
-
RMGraphRPGPie
Creates a pie graph area for the given graph area and graphRPG.
-
-
Method Details
-
createGraphShape
Creates the graph shape.- Specified by:
createGraphShape
in classRMGraphRPG
-
isMeshed
public boolean isMeshed()Override to force pie charts to be meshed if only one key.- Overrides:
isMeshed
in classRMGraphRPG
-
configure
protected void configure()This is the workhorse method that really configures the graph area.
-