|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xith3d.schedops.values.Adjuster
public abstract class Adjuster
Add comment here...
| Nested Class Summary | |
|---|---|
static class |
Adjuster.Mode
|
| Field Summary | |
|---|---|
protected boolean |
changed
|
protected java.lang.String |
name
|
static float |
RESOLUTION
|
| Constructor Summary | |
|---|---|
Adjuster()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Return the name of this adjuster |
abstract java.lang.String |
getState()
Get the state of this adjuster |
boolean |
hasChanged()
|
boolean |
isAlive()
if false, the object will be removed from the scheduler next loop iteration |
boolean |
isPersistent()
If this operation is persistent, it remains scheduled after beeing executed once. |
void |
print()
Print the value of this adjuster |
void |
setAlive(boolean alive)
Sets this Object alive or dead |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.xith3d.loop.Updatable |
|---|
update |
| Field Detail |
|---|
public static final float RESOLUTION
protected boolean changed
protected java.lang.String name
| Constructor Detail |
|---|
public Adjuster()
| Method Detail |
|---|
public final boolean hasChanged()
public abstract java.lang.String getState()
public void print()
getState()public final boolean isAlive()
isAlive in interface ScheduledOperationpublic final boolean isPersistent()
isPersistent in interface ScheduledOperationpublic final void setAlive(boolean alive)
setAlive in interface ScheduledOperationalive - if false, the object will be removed from the scheduler next loop iterationpublic java.lang.String getName()
getName in interface org.jagatoo.datatypes.NamedObject
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||