org.crwth.systems
Class TextViewer
java.lang.Object
|
+--java.lang.Thread
|
+--org.crwth.systems.Viewer
|
+--org.crwth.systems.TextViewer
- All Implemented Interfaces:
- Runnable
- Direct Known Subclasses:
- TextViewer1d
- public class TextViewer
- extends Viewer
|
Field Summary |
protected Space |
s
|
protected long |
sl
|
| Fields inherited from class org.crwth.systems.Viewer |
d |
| 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 |
sl
protected long sl
s
protected Space s
TextViewer
public TextViewer()
TextViewer
public TextViewer(long sleep)
TextViewer
public TextViewer(Space space)
TextViewer
public TextViewer(Space space,
long sleep)
setSpace
public void setSpace(Space space)
- Description copied from class:
Viewer
- Sets the Space object used to retrieve
Mass and Spring objects.
- Specified by:
setSpace in class Viewer
- Parameters:
space - the Space object to use.
run
public void run()
- Specified by:
run in interface Runnable- Overrides:
run in class Thread