- java.lang.Object
-
- org.jfree.chart.plot.PlotState
-
-
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<Axis,AxisState>getSharedAxisStates()Returns a map containing the shared axis states.
-
-
-
Constructor Detail
-
PlotState
public PlotState()
Creates a new state object.
-
-
Method Detail
-
getSharedAxisStates
public Map<Axis,AxisState> getSharedAxisStates()
Returns a map containing the shared axis states.- Returns:
- A map.
-
-