Class RMGraph.Legend

All Implemented Interfaces:
RMArchiver.Archiving, Cloneable
Enclosing class:
RMGraph

public static class RMGraph.Legend extends RMRectangle
An inner class for Legend.
  • Constructor Details

    • Legend

      public Legend()
      Creates a new graph legend.
    • Legend

      public Legend(boolean initialize)
      Creates a new graph legend initialized for insertion into a new graph.
  • Method Details

    • getText

      public RMText getText()
      Returns the text shape associated with the legend.
    • superSelectable

      public boolean superSelectable()
      Editor method indicates that legend is super selectable.
      Overrides:
      superSelectable in class RMShape
    • childrenSuperSelectImmediately

      public boolean childrenSuperSelectImmediately()
      Editor method indicates that children should immediately super select.
      Overrides:
      childrenSuperSelectImmediately in class RMShape
    • toXML

      public RXElement toXML(RXArchiver anArchiver)
      XML archival.
      Overrides:
      toXML in class RMRectangle