|
ChartCat 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectli.netcat.chart.data.AbstractChartModelAdapter
Abstract implementation of a ChartModelAdapter
. It holds the chart model that
is adapted by this instance and adds a listener to it.
Constructor Summary | |
AbstractChartModelAdapter()
Constructs a new instance of this AbstractChartModelAdapter with no wrapped
chart model. |
Method Summary | |
ChartModel |
getChartModel()
Returns the underlying chart model. |
void |
invalidate()
Invoked when the underlying model changes. |
void |
setChartModel(ChartModel chartModel)
Sets the underlying chat model. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractChartModelAdapter()
AbstractChartModelAdapter
with no wrapped
chart model.
Method Detail |
public ChartModel getChartModel()
ChartModelAdapter
getChartModel
in interface ChartModelAdapter
null
.public void setChartModel(ChartModel chartModel)
ChartModelAdapter
setChartModel
in interface ChartModelAdapter
chartModel
- The new underlying chart model, can also be null
.public void invalidate()
|
ChartCat 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |