Package com.reportmill.shape
Interface RMGraphPie.GraphPieView
- 
- All Known Implementing Classes:
- RMGraphPie.RMGraphPieView,- RMGraphPieView3D
 - Enclosing class:
- RMGraphPie
 
 public static interface RMGraphPie.GraphPieViewAn 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 voidaddWedge(RMShape aShape)voidaddWedgeLabel(RMText aLabel)voidaddWedgeLabelLine(RMLineSegment aLine)
 
- 
- 
- 
Method Detail- 
addWedgevoid addWedge(RMShape aShape) 
 - 
addWedgeLabelvoid addWedgeLabel(RMText aLabel) 
 - 
addWedgeLabelLinevoid addWedgeLabelLine(RMLineSegment aLine) 
 
- 
 
-