Class AutoTracker.Handle

All Implemented Interfaces:
Serializable, Cloneable, Drawable, Interactive, Measurable, Trackable
Enclosing class:
AutoTracker

protected class AutoTracker.Handle extends AutoTracker.ATObject
An edge point used for translation.
See Also:
  • Constructor Details

    • Handle

      public Handle(String name)
  • Method Details

    • setXY

      public void setXY(double x, double y)
      Overrides TPoint setXY method.
      Specified by:
      setXY in interface Interactive
      Overrides:
      setXY in class TPoint
      Parameters:
      x - the x coordinate
      y - the y coordinate
    • setScreenLocation

      public void setScreenLocation(int x, int y, VideoPanel vidPanel)
      Sets the location of this point to the specified screen position.
      Parameters:
      x - the x screen position
      y - the y screen position
      vidPanel - the trackerPanel doing the drawing