JClass DesktopViews 6.3.0 API
Documentation

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


Field Summary
static int ALL
           
static int CONTOURS
           
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
BASIC_CHANGE_MASK, 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_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

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