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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description RMGraphRPGgetGraphRPG()Returns the GraphRPG.voidsetGraphRPG(RMGraphRPG aGRPG)Sets the RMGraphRPG.
 
- 
- 
- 
Method Detail- 
getGraphRPGRMGraphRPG getGraphRPG() Returns the GraphRPG.
 - 
setGraphRPGvoid setGraphRPG(RMGraphRPG aGRPG) Sets the RMGraphRPG.
 
- 
 
-