- All Superinterfaces:
- Drawable
- All Known Subinterfaces:
- Video
- All Known Implementing Classes:
- GifVideo, ImageVideo, TCircle, TCoordAxes, TLine, TLineProfile, TPoint, TrackableCircle, TShape, TVector, VideoAdapter
public interface Trackable
extends Drawable
A Trackable object implements no special methods but promises
to draw itself correctly in both imagespace and worldspace.
Most Trackable objects define their position in image coordinates
and use an ImageCoordSystem to transform them to world coordinates when needed.
- Version:
- 1.0
- Author:
- Douglas Brown