ix.isim.dynamic
Class BearingMoveSpec
java.lang.Object
ix.isim.dynamic.BearingMoveSpec
- All Implemented Interfaces:
- MoveSpec
public class BearingMoveSpec
- extends java.lang.Object
- implements MoveSpec
Title: I-X Simple Object Animation Tool
Copyright: Copyright (c) 2005
Company: AIAI, University of Edinburgh
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BearingMoveSpec
public BearingMoveSpec(java.io.StreamTokenizer st)
throws java.text.ParseException,
java.io.IOException
- Throws:
java.text.ParseException
java.io.IOException
getSpeed
public double getSpeed()
- Specified by:
getSpeed
in interface MoveSpec
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
reset
public void reset()
- Specified by:
reset
in interface MoveSpec
getCurrentLatitude
public double getCurrentLatitude()
- Specified by:
getCurrentLatitude
in interface MoveSpec
getCurrentLongitude
public double getCurrentLongitude()
- Specified by:
getCurrentLongitude
in interface MoveSpec
finished
public boolean finished()
- Specified by:
finished
in interface MoveSpec