Interface RMGraphRPGPie.PieGraphShape
- All Superinterfaces:
RMGraphRPG.GraphShape
- Enclosing class:
- RMGraphRPGPie
An interface for a shape that renders a bar graph from bar graph pieces.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a wedge shape.void
addWedgeLabel
(RMTextShape aLabel) Add a wedge label shape.void
addWedgeLabelLine
(RMLineShape aLine) Add a wedge label line.Methods inherited from interface com.inductiveautomation.rm.graphing.RMGraphRPG.GraphShape
getGraphRPG, setGraphRPG
-
Method Details
-
addWedge
Add a wedge shape. -
addWedgeLabel
Add a wedge label shape. -
addWedgeLabelLine
Add a wedge label line.
-