Package com.reportmill.shape
Class RMGraphPie
java.lang.Object
com.reportmill.shape.RMGraphPie
This class generates (and represents) a RPG'd pie graph content.
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interfaceAn interface for a shape that renders a bar graph from bar graph pieces.static classA simple implementation of the BarGraphView interface.
- 
Constructor SummaryConstructorsConstructorDescriptionRMGraphPie(RMGraphRPG aGraphRPG) Creates a pie graph content for the given graph content and graphRPG.
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidThis is the workhorse method that really configures the graph content.getGraph()Returns the original graph that this graph content was generated from.Returns the graphRPG that this graph content is generated for.Returns the graph view.
- 
Constructor Details- 
RMGraphPieCreates a pie graph content for the given graph content and graphRPG.
 
- 
- 
Method Details- 
getGraphReturns the original graph that this graph content was generated from.
- 
getGraphRPGReturns the graphRPG that this graph content is generated for.
- 
getGraphViewReturns the graph view.
- 
configureprotected void configure()This is the workhorse method that really configures the graph content.
 
-