Package com.reportmill.shape
Class RMGraphPie
- java.lang.Object
- 
- com.reportmill.shape.RMGraphPie
 
- 
 public class RMGraphPie extends java.lang.ObjectThis class generates (and represents) a RPG'd pie graph content.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceRMGraphPie.GraphPieViewAn interface for a shape that renders a bar graph from bar graph pieces.static classRMGraphPie.RMGraphPieViewA simple implementation of the BarGraphView interface.
 - 
Constructor SummaryConstructors Constructor Description RMGraphPie(RMGraphRPG aGraphRPG)Creates a pie graph content for the given graph content and graphRPG.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure()This is the workhorse method that really configures the graph content.RMGraphgetGraph()Returns the original graph that this graph content was generated from.RMGraphRPGgetGraphRPG()Returns the graphRPG that this graph content is generated for.RMShapegetGraphView()Returns the graph view.
 
- 
- 
- 
Constructor Detail- 
RMGraphPiepublic RMGraphPie(RMGraphRPG aGraphRPG) Creates a pie graph content for the given graph content and graphRPG.
 
- 
 - 
Method Detail- 
getGraphpublic RMGraph getGraph() Returns the original graph that this graph content was generated from.
 - 
getGraphRPGpublic RMGraphRPG getGraphRPG() Returns the graphRPG that this graph content is generated for.
 - 
getGraphViewpublic RMShape getGraphView() Returns the graph view.
 - 
configureprotected void configure() This is the workhorse method that really configures the graph content.
 
- 
 
-