Uses of Class
quicktime.std.image.Curve

Packages that use Curve
quicktime.std.image   
quicktime.std.movies   
 

Uses of Curve in quicktime.std.image
 

Constructors in quicktime.std.image with parameters of type Curve
CurvePath(Curve c)
          This method is used to create a new path.
VectorStream(Curve c)
          Used to create an empty vector data stream.
GXPaths(Curve curveComponent, GXPath[] ar)
          Creates a GXPaths object which corresponds to gxPaths object of QuickDrawGX It sets the total number of contours in the path equal to the total number of paths ie every path has one contour.
 

Uses of Curve in quicktime.std.movies
 

Methods in quicktime.std.movies with parameters of type Curve
static AtomData AtomData.fromVectorStream(Curve c, VectorStream vectorStream, int atomType)
          This method is used to find the first atom of a specified type within a vector data stream and get its data.