Package com.reportmill.shape
Class RMGraphBar
- java.lang.Object
- 
- com.reportmill.shape.RMGraphBar
 
- 
 public class RMGraphBar extends java.lang.ObjectThis class generates (and represents) a RPG'd bar graph content.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static interfaceRMGraphBar.GraphBarViewAn interface for a shape that renders a bar graph from bar graph pieces.static classRMGraphBar.RMGraphBarViewA simple implementation of the BarGraphView interface.
 - 
Constructor SummaryConstructors Constructor Description RMGraphBar(RMGraphRPG aGraphRPG)Creates a bar graph maker.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBars()Adds the bars to 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- 
RMGraphBarpublic RMGraphBar(RMGraphRPG aGraphRPG) Creates a bar graph maker.
 
- 
 - 
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.
 - 
addBarspublic void addBars() Adds the bars to the graph content.
 
- 
 
-