|
JClass DesktopViews 6.3.0 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.klg.jclass.chart3d.TrackChange
Concrete implementation of the Changeable
interface,
for use inside JClass Chart 3D.
Field Summary | |
protected boolean |
changed
Boolean representing the value of the Changed property. |
protected int |
changedFlag
|
Fields inherited from interface com.klg.jclass.chart3d.Changeable |
ALL, CONTOURS, NOTIFY_CA_RECALC, NOTIFY_CA_REDRAW, NOTIFY_LEGEND_RECALC, NOTIFY_LEGEND_REDRAW |
Fields inherited from interface com.klg.jclass.util.Changeable |
BASIC_CHANGE_MASK, LAYOUT, NO_CHANGE, NOTIFY_PARENT_LAYOUT, RECALC, REDRAW |
Constructor Summary | |
TrackChange()
|
Method Summary | |
boolean |
getChanged()
Gets the value of the Changed property. |
boolean |
getChanged(int mask)
Checks the value of the ChangedFlag property for the specified
mask (see Changeable for a list of valid masks). |
boolean |
isBatched()
Needed for Changeable interface. |
boolean |
isChanged()
Gets the value of the Changed property. |
boolean |
isChanged(int mask)
Checks the value of the ChangedFlag property for the specified
mask (see Changeable for a list of valid masks). |
void |
setChanged(boolean n,
int cf)
Sets the value of the Changed property and updates the
parent object. |
void |
setChanged(boolean n,
int cf,
boolean updateParent)
Sets the value of the Changed property. |
protected void |
updateFlags(boolean n,
int cf)
Update the " changed " flag and the "ChangedFlag "
mask. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected boolean changed
Changed
property.
protected int changedFlag
Constructor Detail |
public TrackChange()
Method Detail |
public boolean getChanged()
Changed
property.
The Changed
property determines whether the object needs
to be recalculated.
getChanged
in interface Changeable
public boolean getChanged(int mask)
ChangedFlag
property for the specified
mask (see Changeable
for a list of valid masks).
The ChangedFlag property determines the action the object needs
to take in regards to the current change.
getChanged
in interface Changeable
mask
-
ChangedFlag
property, false otherwise.public final boolean isChanged()
Changed
property.
The Changed
property determines whether the object needs
to be recalculated.
isChanged
in interface Changeable
public final boolean isChanged(int mask)
ChangedFlag
property for the specified
mask (see Changeable
for a list of valid masks).
The ChangedFlag
property determines the action the object needs
to take in regards to the current change.
isChanged
in interface Changeable
mask
-
ChangedFlag
property, false otherwise.protected void updateFlags(boolean n, int cf)
changed
" flag and the "ChangedFlag
"
mask.
n
- cf
- public void setChanged(boolean n, int cf)
Changed
property and updates the
parent object.
The Changed
property determines whether the object needs
to be recalculated.
setChanged
in interface Changeable
n
- New value for Changed
.cf
- public void setChanged(boolean n, int cf, boolean updateParent)
Changed
property.
The Changed
property determines whether the object needs
to be recalculated.
setChanged
in interface Changeable
n
- New value for Changed
.cf
- updateParent
- If true, the parent is updated. Otherwise, the parent
is not updated. The "update" semantics are up to the implementor.public boolean isBatched()
Changeable
interface.
isBatched
in interface Changeable
|
Copyright © 2004 Quest Software Inc.. All rights reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |