public class DefaultChartRenderingInfo extends Object implements ChartRenderingInfo
Modifier and Type | Class and Description |
---|---|
static class |
DefaultChartRenderingInfo.RegisterPersistence |
Constructor and Description |
---|
DefaultChartRenderingInfo() |
Modifier and Type | Method and Description |
---|---|
DefaultChartRenderingInfo |
clone() |
Rectangle2D |
getChartArea() |
Rectangle2D |
getPlotArea() |
void |
loadFromState(PersistentState state)
Set the state of the object from the state passed as parameter.
|
void |
saveToState(PersistentState state)
Saves the internal state of the object on the provided
PersistentState object.
|
void |
setChartArea(Rectangle2D chartArea) |
void |
setPlotArea(Rectangle2D plotArea) |
public Rectangle2D getChartArea()
getChartArea
in interface ChartRenderingInfo
public void setChartArea(Rectangle2D chartArea)
setChartArea
in interface ChartRenderingInfo
public Rectangle2D getPlotArea()
getPlotArea
in interface ChartRenderingInfo
public void setPlotArea(Rectangle2D plotArea)
setPlotArea
in interface ChartRenderingInfo
public DefaultChartRenderingInfo clone()
clone
in interface ChartRenderingInfo
clone
in class Object
public void saveToState(PersistentState state) throws PersistenceException
Persistent
saveToState
in interface Persistent
PersistenceException
public void loadFromState(PersistentState state) throws PersistenceException
Persistent
loadFromState
in interface Persistent
PersistenceException