com.klg.jclass.chart
Interface Changeable
- All Superinterfaces:
- Changeable
- All Known Implementing Classes:
- ChartDataView, ChartRegion, JCChart, 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. All ChartRegion
-derived and
ChartInteriorRegion
-derived objects
make use of Changeable
, either by directly
implementing the interface or by deriving from TrackChange
(an abstract class that implements Changeable
).
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_AXES_REDRAW
public static final int NOTIFY_AXES_REDRAW
- See Also:
- Constant Field Values
NOTIFY_AXES_RECALC
public static final int NOTIFY_AXES_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
BASIC_CHANGE_MASK
public static final int BASIC_CHANGE_MASK
- See Also:
- Constant Field Values