Uses of Class
quicktime.qd.Pict

Packages that use Pict
quicktime.qd   
quicktime.std.image   
quicktime.std.movies   
quicktime.std.music   
quicktime.std.qtcomponents   
quicktime.std.sg   
quicktime.streaming   
 

Uses of Pict in quicktime.qd
 

Methods in quicktime.qd that return Pict
static Pict Pict.thumbnailFromQDGraphics(QDGraphics qd, QDRect src, int colorDepth)
          Creates an 80-by-80 pixel thumbnail picture from the pixmap associated with this QDGraphics.
static Pict Pict.fromTrack(Track t, int time)
          This method creates a QuickDraw picture from the specified track at the specified time.
static Pict Pict.fromMovie(Movie m, int time)
          This method creates a picture from the specified movie at the specified time.
static Pict Pict.fromMovie(Movie m)
          This method creates a picture that contains a movie's poster.
static Pict Pict.fromPresentation(Presentation p, Stream s)
          This method creates a picture that contains a representation of the presentation returns a PicHandle object for the image.
static Pict Pict.fromSequenceGrabber(SequenceGrabber sg, QDRect bounds, int offscreenDepth, int grabPictFlags)
          Provides a simple interface to obtain a QuickDraw picture from a sequence grabber component.
static Pict Pict.fromGraphicsImporter(GraphicsImporter gi)
          Creates a new Pict containing the image currently in use by this import component.
static Pict Pict.fromGraphicsExporter(GraphicsExporter ge)
          Creates a new Pict containing the image currently in use by this import component.
static Pict Pict.fromImageCompressionDialog(ImageCompressionDialog icd, Pict src)
          Compresses a Pict returning a new Pict.
static Pict Pict.fromFile(java.io.File file)
          Opens a PICT that is stored in the file.
static Pict Pict.open(QDGraphics port, OpenCPicParams params)
          Use OpenCPicture to begin defining a picture, collecting all of your subsequent drawing commands in this record.
 Pict Pict.compress(int quality, int cType)
          This allows your application to compress a single-frame image stored as a picture.
 Pict Pict.fCompress(int colorDepth, int quality, int doDither, int compressAgain, int cType, int codec)
          This allows your application to compress a single-frame image with more variance that stored as a picture.
 Pict Pict.makeThumbnail(int colorDepth)
          This allows your application to create an 80-by-80 pixel thumbnail picture from a specified picture.
 Pict QDGraphics.makeThumbnail(QDRect src, int colorDepth)
          Creates an 80-by-80 pixel thumbnail picture from the pixmap associated with this QDGraphics.
 

Methods in quicktime.qd with parameters of type Pict
static Pict Pict.fromImageCompressionDialog(ImageCompressionDialog icd, Pict src)
          Compresses a Pict returning a new Pict.
 

Uses of Pict in quicktime.std.image
 

Methods in quicktime.std.image that return Pict
 Pict GraphicsExporter.getInputPicture()
          Determines the Pict that is the source for input images to graphics export component.
 Pict GraphicsImporter.getAsPicture()
          Creates a new Pict containing the image currently in use by this import component.
 

Methods in quicktime.std.image with parameters of type Pict
 void GraphicsExporter.setInputPicture(Pict picture)
          Sets the Pict as the source for input images to graphics export component.
 

Uses of Pict in quicktime.std.movies
 

Methods in quicktime.std.movies that return Pict
 Pict Movie.getPict(int time)
          This method creates a picture from the specified movie at the specified time.
 Pict Movie.getPosterPict()
          This method creates a picture that contains a movie's poster.
 Pict Track.getPict(int time)
          This method creates a QuickDraw picture from the specified track at the specified time.
 

Methods in quicktime.std.movies with parameters of type Pict
static AtomContainer ParameterDialog.showParameterDialog(EffectsList effectsList, int dialogOptions, AtomContainer parameters, java.lang.String title, Pict[] pictArray)
          This call shows the effects parameter dialog with the specified parameters.
 

Uses of Pict in quicktime.std.music
 

Methods in quicktime.std.music with parameters of type Pict
 void NoteAllocator.copyrightDialog(Pict p, java.lang.String author, java.lang.String copyright, java.lang.String other, java.lang.String title)
          Displays a copyright dialog with information specific to a music device.
 

Uses of Pict in quicktime.std.qtcomponents
 

Methods in quicktime.std.qtcomponents that return Pict
 Pict ImageCompressionDialog.compressPicture(Pict src)
          Compresses a Pict returning a new Pict.
 

Methods in quicktime.std.qtcomponents with parameters of type Pict
 void ImageCompressionDialog.defaultPictSettings(Pict src, boolean motion)
          Allows you to derive default compression settings for an image that is stored in a Pict.
 Pict ImageCompressionDialog.compressPicture(Pict src)
          Compresses a Pict returning a new Pict.
 void ImageCompressionDialog.setTestImagePict(Pict testPict, QDRect testRect, int testFlags)
          Sets the dialog box's test image from a Pict.
 

Uses of Pict in quicktime.std.sg
 

Methods in quicktime.std.sg that return Pict
 Pict SequenceGrabber.grabPict(QDRect bounds, int offscreenDepth, int grabPictFlags)
          Provides a simple interface to obtain a QuickDraw picture from a sequence grabber component.
 

Uses of Pict in quicktime.streaming
 

Methods in quicktime.streaming that return Pict
 Pict Presentation.getPicture(Stream s)
          This method gets the picture associated with the presenter