fang
Class OutlineTracker

java.lang.Object
  extended by fang.Transformer
      extended by fang.OutlineTransformer
          extended by fang.OutlineTracker
All Implemented Interfaces:
Tracker

public class OutlineTracker
extends OutlineTransformer


Constructor Summary
OutlineTracker(double speed, double... vertices)
           
OutlineTracker(Shape outline, double speed)
           
OutlineTracker(Sprite outline, double speed)
           
 
Method Summary
 
Methods inherited from class fang.OutlineTransformer
advance, advanceDistance, getCurrentPoint, getPathDistance, getSpeed, getTranslation, isLooping, isMoving, reset, setLooping, setShape, setShape, setShape, setSpeed, skipDistance
 
Methods inherited from class fang.Transformer
advance, advanceTime, getGame, getRotationAddition, getRotationAdditionDegrees, getRotationAdditionRadians, getRotationAdditionRevolutions, getScaleFactor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OutlineTracker

public OutlineTracker(Sprite outline,
                      double speed)

OutlineTracker

public OutlineTracker(Shape outline,
                      double speed)

OutlineTracker

public OutlineTracker(double speed,
                      double... vertices)