public class SimulatedStateReplay extends java.lang.Object implements LogReplayLayer
| Modifier and Type | Field and Description |
|---|---|
protected int |
currentPos |
protected double |
lastRotation |
protected double |
lastZoom |
protected LocationType |
navStartup |
protected java.awt.geom.GeneralPath |
path1 |
protected java.awt.geom.GeneralPath |
path2 |
protected LocationType |
pos |
protected java.util.Vector<LocationType> |
positions |
protected java.util.Vector<java.lang.Double> |
timestamps |
| Constructor and Description |
|---|
SimulatedStateReplay() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBeApplied(IMraLogGroup source) |
void |
cleanup() |
java.lang.String |
getName() |
java.lang.String[] |
getObservedMessages() |
boolean |
getVisibleByDefault() |
void |
onMessage(pt.up.fe.dceg.neptus.imc.IMCMessage message) |
void |
paint(java.awt.Graphics2D g,
StateRenderer2D renderer) |
void |
parse(IMraLogGroup source) |
protected java.util.Vector<LocationType> positions
protected java.util.Vector<java.lang.Double> timestamps
protected int currentPos
protected java.awt.geom.GeneralPath path1
protected java.awt.geom.GeneralPath path2
protected double lastZoom
protected double lastRotation
protected LocationType navStartup
protected LocationType pos
public java.lang.String getName()
getName in interface LogReplayLayerpublic void cleanup()
cleanup in interface LogReplayLayerpublic boolean canBeApplied(IMraLogGroup source)
canBeApplied in interface LogReplayLayerpublic void parse(IMraLogGroup source)
parse in interface LogReplayLayerpublic java.lang.String[] getObservedMessages()
getObservedMessages in interface LogReplayLayerpublic void onMessage(pt.up.fe.dceg.neptus.imc.IMCMessage message)
onMessage in interface LogReplayLayerpublic void paint(java.awt.Graphics2D g,
StateRenderer2D renderer)
paint in interface Renderer2DPainterpublic boolean getVisibleByDefault()
getVisibleByDefault in interface LogReplayLayerCopyright © 2004-2013 FEUP-LSTS and Neptus developers. All Rights Reserved.