Package com.reportmill.shape
Class RMGraphBar
java.lang.Object
com.reportmill.shape.RMGraphBar
This class generates (and represents) a RPG'd bar 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
Constructors -
Method Summary
-
Constructor Details
-
RMGraphBar
Creates a bar graph maker.
-
-
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. -
addBars
public void addBars()Adds the bars to the graph content.
-