|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Thread
|
+--org.crwth.systems.Viewer
A generic Viewer. A Viewer connects to a Space from
which it gets the objects to display. Viewers can be graphical,
text-based or ... something else?
| Field Summary | |
protected long |
d
|
protected Space |
s
|
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
Viewer()
|
|
| Method Summary | |
abstract void |
setSpace(Space space)
Sets the Space object used to retrieve Mass and Spring objects. |
| 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, run, 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 |
| Field Detail |
protected Space s
protected long d
| Constructor Detail |
public Viewer()
| Method Detail |
public abstract void setSpace(Space space)
throws WrongDimensionException
Mass and Spring objects.
space - the Space object to use.
WrongDimensionException - if space has a mismatched dimension.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||