Package 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
Constructors Constructor Description PlotState()
Creates a new state object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map
getSharedAxisStates()
Returns a map containing the shared axis states.
-
-
-
Method Detail
-
getSharedAxisStates
public Map getSharedAxisStates()
Returns a map containing the shared axis states.- Returns:
- A map.
-
-