Class AutoTracker.Target

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

protected class AutoTracker.Target extends TPoint
A point that defines the target location relative to the mask center. Tracks are "marked" at this point when auto-tracking.
See Also:
  • Constructor Details

    • Target

      protected Target()
  • 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