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 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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
RMGraphBarCreates a bar graph maker.
 
- 
- 
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.
- 
addBarspublic void addBars()Adds the bars to the graph content.
 
-