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 ChartRenderingInfopublic void setChartArea(Rectangle2D chartArea)
setChartArea in interface ChartRenderingInfopublic Rectangle2D getPlotArea()
getPlotArea in interface ChartRenderingInfopublic void setPlotArea(Rectangle2D plotArea)
setPlotArea in interface ChartRenderingInfopublic DefaultChartRenderingInfo clone()
clone in interface ChartRenderingInfoclone in class Objectpublic void saveToState(PersistentState state) throws PersistenceException
PersistentsaveToState in interface PersistentPersistenceExceptionpublic void loadFromState(PersistentState state) throws PersistenceException
PersistentloadFromState in interface PersistentPersistenceException