org.jfree.chart.plot
Class PlotState
java.lang.Object
org.jfree.chart.plot.PlotState
public class PlotState
- extends Object
Records information about the state of a plot during the drawing process.
Constructor Summary |
PlotState()
Creates a new state object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PlotState
public PlotState()
- Creates a new state object.
getSharedAxisStates
public Map getSharedAxisStates()
- Returns a map containing the shared axis states.
- Returns:
- A map.
Copyright © 2001-2012 JFree.org. All Rights Reserved.