Class RMGraphPartPie

All Implemented Interfaces:
Archivable, DeepChangeListener, RMPropertyChanger, RMTypes, PropertyChangeListener, Cloneable, EventListener

public class RMGraphPartPie extends RMShape
This shape is used by graph area to hold attributes of pies.
  • Field Details

  • Constructor Details

    • RMGraphPartPie

      public RMGraphPartPie()
  • Method Details

    • getDrawWedgeLabelLines

      public boolean getDrawWedgeLabelLines()
      Returns whether a pie graph draws lines from the wedges to wedge labels.
    • setDrawWedgeLabelLines

      public void setDrawWedgeLabelLines(boolean aFlag)
      Sets whether a pie graph draws lines from the wedges to wedge labels.
    • getExtrusionKey

      public String getExtrusionKey()
      Returns the key used to determine which pie wedges get extruded.
    • setExtrusionKey

      public void setExtrusionKey(String aKey)
      Sets the key used to determine which pie wedges get extruded.
    • toXML

      public RXElement toXML(RXArchiver anArchiver)
      XML archival.
      Specified by:
      toXML in interface Archivable
      Overrides:
      toXML in class RMShape
    • fromXML

      public Object fromXML(RXArchiver anArchiver, RXElement anElement)
      XML unarchival.
      Specified by:
      fromXML in interface Archivable
      Overrides:
      fromXML in class RMShape