|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Thread
camera3d.action.ActionExecutor
| Field Summary |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
ActionExecutor(ActionQueue queue,
ActionQueue outputQueue,
J3DBase base)
Creates ActionExecutor, given ActionQueues and J3DBase object to act upon. |
|
ActionExecutor(ActionQueue queue,
ActionQueue outputQueue,
J3DBase base,
GUIControl guiControl)
Creates ActionExecutor, given ActionQueues, GUIControl and J3DBase objects to act upon. |
|
| Method Summary | |
void |
debugln(java.lang.String s)
|
GUIControl |
getGUIControl()
|
J3DBase |
getJ3DBase()
|
int |
getUndoLimit()
|
void |
interpretAction(VcAction action,
ActionQueue outputQueue)
|
void |
run()
|
void |
setUndoLimit(int limit)
|
void |
stopRun()
|
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ActionExecutor(ActionQueue queue,
ActionQueue outputQueue,
J3DBase base)
queue - provides actions yet to be executed.outputQueue - destination of already executed actions.base - access point to Java 3D tree affected by actions.
java.lang.IllegalArgumentException - if any input parameter is null.
public ActionExecutor(ActionQueue queue,
ActionQueue outputQueue,
J3DBase base,
GUIControl guiControl)
queue - provides actions yet to be executed.outputQueue - destination of already executed actions.base - access point to Java 3D tree affected by actions.guiControl - access point to some resources used by actions.
java.lang.IllegalArgumentException - if any input parameter is null.| Method Detail |
public void run()
public void interpretAction(VcAction action,
ActionQueue outputQueue)
public J3DBase getJ3DBase()
public GUIControl getGUIControl()
public void stopRun()
public void debugln(java.lang.String s)
public void setUndoLimit(int limit)
public int getUndoLimit()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||