Package com.reportmill.shape
Interface RMGraphBar.GraphBarView
- 
- All Known Implementing Classes:
- RMGraphBar.RMGraphBarView,- RMGraphBarView3D
 - Enclosing class:
- RMGraphBar
 
 public static interface RMGraphBar.GraphBarViewAn interface for a shape that renders a bar graph from bar graph pieces.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddAxis(RMShape aShape)voidaddAxisLabel(RMShape anAxisLabel)voidaddBar(RMShape aBar)voidaddBarLabel(RMShape aBarLabel, java.lang.String aVersion)voidaddGridLine(RMLineSegment aLine)
 
- 
- 
- 
Method Detail- 
addGridLinevoid addGridLine(RMLineSegment aLine) 
 - 
addBarvoid addBar(RMShape aBar) 
 - 
addBarLabelvoid addBarLabel(RMShape aBarLabel, java.lang.String aVersion) 
 - 
addAxisvoid addAxis(RMShape aShape) 
 - 
addAxisLabelvoid addAxisLabel(RMShape anAxisLabel) 
 
- 
 
-