|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRenderChangeListener
Title: IJChart
Description: a chart library for the Java(tm) platform.
The interface that must be supported by classes that wish to receive notification of changes to a render.The Plot class implements this interface, and automatically registers with its render (if any). Any render changes are passed on by the plot as a render change event. This is part of the notification mechanism that ensures that charts are redrawn whenever changes are made to any chart component.
Copyright: Copyright (c) 2013
Company:
Method Summary | |
---|---|
void |
renderChanged(RenderChangeEvent event)
Receives notification of a render change event. |
Method Detail |
---|
void renderChanged(RenderChangeEvent event)
event
- RenderChangeEvent
The render change event.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |