JClass DesktopViews 6.3.0 API
Documentation

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).


Field Summary
static int BASIC_CHANGE_MASK
           
static int NOTIFY_AXES_RECALC
           
static int NOTIFY_AXES_REDRAW
           
static int NOTIFY_CA_RECALC
           
static int NOTIFY_CA_REDRAW
           
static int NOTIFY_LEGEND_RECALC
           
static int NOTIFY_LEGEND_REDRAW
           
 
Fields inherited from interface com.klg.jclass.util.Changeable
LAYOUT, NO_CHANGE, NOTIFY_PARENT_LAYOUT, RECALC, REDRAW
 
Methods inherited from interface com.klg.jclass.util.Changeable
getChanged, getChanged, isBatched, isChanged, isChanged, setChanged, setChanged
 

Field Detail

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

Copyright © 2004 Quest Software Inc..
All rights reserved.