Class RMGraphPartLabelAxis

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

public class RMGraphPartLabelAxis extends RMTextShape
This shape is used by graph area to hold attributes of the value axis.
  • Constructor Details

    • RMGraphPartLabelAxis

      public RMGraphPartLabelAxis()
  • Method Details

    • getShowAxisLabels

      public boolean getShowAxisLabels()
      Returns whether the graph shows axis labels.
    • setShowAxisLabels

      public void setShowAxisLabels(boolean aFlag)
      Sets whether the graph shows axis labels.
    • getShowGridLines

      public boolean getShowGridLines()
      Returns whether the graph shows grid lines between label axis sections.
    • setShowGridLines

      public void setShowGridLines(boolean aFlag)
      Sets whether the graph shows grid lines between label axis sections.
    • getItemKey

      public String getItemKey()
      Returns the item key.
    • setItemKey

      public void setItemKey(String aKey)
      Sets the item key.
    • createXString

      public RMXString createXString()
      Overrides RMText method to create an xstring that is aligned center by default.
      Overrides:
      createXString in class RMTextShape
    • toXML

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

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