Interface RMGraphRPG.GraphShape
- All Known Subinterfaces:
- RMGraphRPGBar.BarGraphShape,- RMGraphRPGPie.PieGraphShape
- All Known Implementing Classes:
- RMGraphRPGBar.BarGraphShape2D
- Enclosing class:
- RMGraphRPG
public static interface RMGraphRPG.GraphShape
An interface to identify generated graph shapes.
- 
Method SummaryModifier and TypeMethodDescriptionReturns the GraphRPG.voidsetGraphRPG(RMGraphRPG aGRPG) Sets the RMGraphRPG.
- 
Method Details- 
getGraphRPGRMGraphRPG getGraphRPG()Returns the GraphRPG.
- 
setGraphRPGSets the RMGraphRPG.
 
-