Class PositionVectorFootprint

java.lang.Object
org.opensourcephysics.cabrillo.tracker.PointShapeFootprint
org.opensourcephysics.cabrillo.tracker.PositionVectorFootprint
All Implemented Interfaces:
Cloneable, Footprint

public class PositionVectorFootprint extends PointShapeFootprint
A PositionVectorFootprint returns a vector shape for a Point[] of length 2, but creates a hit shape only at the tip of the vector.
  • Constructor Details

    • PositionVectorFootprint

      public PositionVectorFootprint(String name, int w)
      Constructs a PositionVectorFootprint.
      Parameters:
      name - the name of the footprint
      w - the stroke line width
  • Method Details