|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJSci.awt.AbstractGraphModel
The AbstractGraphModel class handles the dispatching of GraphDataEvents to interested listeners.
Constructor Summary | |
AbstractGraphModel()
|
Method Summary | |
void |
addGraphDataListener(GraphDataListener l)
Adds a listener to the list that's notified each time a change to the graph data occurs. |
protected void |
fireGraphChanged(GraphDataEvent event)
Notifies all listeners of a given graph data event. |
protected void |
fireGraphDataChanged()
Notifies all listeners that the graph data may have changed. |
protected void |
fireGraphSeriesUpdated(int series)
Notifies all listeners that a series may have changed. |
void |
removeGraphDataListener(GraphDataListener l)
Removes a listener from the list that's notified each time a change to the graph data occurs. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractGraphModel()
Method Detail |
protected final void fireGraphDataChanged()
protected final void fireGraphSeriesUpdated(int series)
protected final void fireGraphChanged(GraphDataEvent event)
public final void addGraphDataListener(GraphDataListener l)
public final void removeGraphDataListener(GraphDataListener l)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |