public class LiveLogExtractor extends StandardViewer
viewerID
config, connection, model, random
Constructor and Description |
---|
LiveLogExtractor() |
Modifier and Type | Method and Description |
---|---|
protected void |
handleTimestep(KVTimestep t)
Handle a KVTimestep object from the server.
|
java.awt.image.BufferedImage |
paintImage() |
protected void |
postConnect()
Perform any post-connection work required before acknowledgement of the connection is made.
|
java.lang.String |
toString() |
void |
writeImage(java.lang.String filename) |
createWorldModel
connect, getViewerID, postConnect, processMessage
getName, getPreferredLogContext, getPreferredNDC, getPreferredRegistry, initialise, postConnect, processImmediately, send, shutdown
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName, getPreferredLogContext, getPreferredRegistry, initialise, shutdown
protected void postConnect()
AbstractComponent
postConnect
in class StandardViewer
protected void handleTimestep(KVTimestep t)
AbstractViewer
handleTimestep
in class AbstractViewer<StandardWorldModel>
t
- The KVTimestep object.public java.lang.String toString()
toString
in class java.lang.Object
public void writeImage(java.lang.String filename)
public java.awt.image.BufferedImage paintImage()