Class PlotState


  • public class PlotState
    extends java.lang.Object
    Records information about the state of a plot during the drawing process.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map sharedAxisStates
      The shared axis states.
    • Constructor Summary

      Constructors 
      Constructor Description
      PlotState()
      Creates a new state object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map getSharedAxisStates()
      Returns a map containing the shared axis states.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • sharedAxisStates

        private java.util.Map sharedAxisStates
        The shared axis states.
    • Constructor Detail

      • PlotState

        public PlotState()
        Creates a new state object.
    • Method Detail

      • getSharedAxisStates

        public java.util.Map getSharedAxisStates()
        Returns a map containing the shared axis states.
        Returns:
        A map.