com.klg.jclass.chart3d
Interface Changeable
- All Superinterfaces:
- Changeable
- All Known Implementing Classes:
- JCChart3d, JCChart3dArea, JCChart3dAreaJava3d, TrackChange
- public interface Changeable
- extends Changeable
A template for objects that have a changed flag or changed semantic involving
some kind of recalculation. This is very common inside JClass Chart 3D. The
JCChart3dArea object and any objects that are derived from
TrackChange
implement this interface. Also many other objects
pass changes on thru their parents (via ParentTrackChange
).
NOTIFY_LEGEND_REDRAW
public static final int NOTIFY_LEGEND_REDRAW
- See Also:
- Constant Field Values
NOTIFY_LEGEND_RECALC
public static final int NOTIFY_LEGEND_RECALC
- See Also:
- Constant Field Values
NOTIFY_CA_REDRAW
public static final int NOTIFY_CA_REDRAW
- See Also:
- Constant Field Values
NOTIFY_CA_RECALC
public static final int NOTIFY_CA_RECALC
- See Also:
- Constant Field Values
CONTOURS
public static final int CONTOURS
- See Also:
- Constant Field Values
ALL
public static final int ALL
- See Also:
- Constant Field Values