Interface RMGraphRPGPie.PieGraphShape

All Superinterfaces:
RMGraphRPG.GraphShape
Enclosing class:
RMGraphRPGPie

public static interface RMGraphRPGPie.PieGraphShape extends RMGraphRPG.GraphShape
An interface for a shape that renders a bar graph from bar graph pieces.
  • Method Details

    • addWedge

      void addWedge(RMShape aShape)
      Add a wedge shape.
    • addWedgeLabel

      void addWedgeLabel(RMTextShape aLabel)
      Add a wedge label shape.
    • addWedgeLabelLine

      void addWedgeLabelLine(RMLineShape aLine)
      Add a wedge label line.