Interface RMGraphRPGPie.PieGraphShape
- 
- All Superinterfaces:
 RMGraphRPG.GraphShape
- Enclosing class:
 - RMGraphRPGPie
 
public static interface RMGraphRPGPie.PieGraphShape extends RMGraphRPG.GraphShape
An interface for a shape that renders a bar graph from bar graph pieces. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddWedge(RMShape aShape)Add a wedge shape.voidaddWedgeLabel(RMTextShape aLabel)Add a wedge label shape.voidaddWedgeLabelLine(RMLineShape aLine)Add a wedge label line.- 
Methods inherited from interface com.inductiveautomation.rm.graphing.RMGraphRPG.GraphShape
getGraphRPG, setGraphRPG 
 - 
 
 - 
 
- 
- 
Method Detail
- 
addWedge
void addWedge(RMShape aShape)
Add a wedge shape. 
- 
addWedgeLabel
void addWedgeLabel(RMTextShape aLabel)
Add a wedge label shape. 
- 
addWedgeLabelLine
void addWedgeLabelLine(RMLineShape aLine)
Add a wedge label line. 
 - 
 
 -