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 Summary
Modifier and TypeMethodDescriptionReturns the GraphRPG.void
setGraphRPG
(RMGraphRPG aGRPG) Sets the RMGraphRPG.
-
Method Details
-
getGraphRPG
RMGraphRPG getGraphRPG()Returns the GraphRPG. -
setGraphRPG
Sets the RMGraphRPG.
-