quicktime.std.image
Class NearestPointInfo

java.lang.Object
  |
  +--quicktime.std.image.NearestPointInfo

public class NearestPointInfo
extends java.lang.Object

This class contains information about the index and distance values of a specified point contained in a GXPaths collection of GXPath collection of points.


Field Summary
 int contourIndex
          The contour index value of the point
 float deltaDistance
          The distance between the specified point and the closest point in the contour to it.
 int pointIndex
          The point index value of the point
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contourIndex

public int contourIndex
The contour index value of the point

pointIndex

public int pointIndex
The point index value of the point

deltaDistance

public float deltaDistance
The distance between the specified point and the closest point in the contour to it.