Interface RMGraphRPG.GraphShape
- 
- All Known Subinterfaces:
 RMGraphRPGBar.BarGraphShape,RMGraphRPGPie.PieGraphShape
- All Known Implementing Classes:
 RMGraphRPGBar.BarGraphShape2D
- Enclosing class:
 - RMGraphRPG
 
public static interface RMGraphRPG.GraphShapeAn interface to identify generated graph shapes. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RMGraphRPGgetGraphRPG()Returns the GraphRPG.voidsetGraphRPG(RMGraphRPG aGRPG)Sets the RMGraphRPG. 
 - 
 
- 
- 
Method Detail
- 
getGraphRPG
RMGraphRPG getGraphRPG()
Returns the GraphRPG. 
- 
setGraphRPG
void setGraphRPG(RMGraphRPG aGRPG)
Sets the RMGraphRPG. 
 - 
 
 -