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 Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
An interface for a shape that renders a bar graph from bar graph pieces.static class
A simple implementation of the BarGraphView interface. -
Constructor Summary
ConstructorsConstructorDescriptionRMGraphPie
(RMGraphRPG aGraphRPG) Creates a pie graph content for the given graph content and graphRPG. -
Method Summary
Modifier and TypeMethodDescriptionprotected void
This 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
-
RMGraphPie
Creates a pie graph content for the given graph content and graphRPG.
-
-
Method Details
-
getGraph
Returns the original graph that this graph content was generated from. -
getGraphRPG
Returns the graphRPG that this graph content is generated for. -
getGraphView
Returns the graph view. -
configure
protected void configure()This is the workhorse method that really configures the graph content.
-