Uses of Class
quicktime.std.image.GraphicsImporter

Packages that use GraphicsImporter
quicktime.io   
quicktime.qd   
quicktime.std.image   
quicktime.std.movies   
quicktime.util   
 

Uses of GraphicsImporter in quicktime.io
 

Methods in quicktime.io with parameters of type GraphicsImporter
static QTFile QTFile.fromGraphicsImporter(GraphicsImporter g)
          Determines the file that the graphics resides in.
static GraphicsImporterInfo QTFile.fromGraphicsImporter(GraphicsImporter g, QTFile inDefaultSpec, java.lang.String prompt)
          Presents a dialog box letting the user save an image in a foreign file format.
 

Uses of GraphicsImporter in quicktime.qd
 

Methods in quicktime.qd with parameters of type GraphicsImporter
static Pict Pict.fromGraphicsImporter(GraphicsImporter gi)
          Creates a new Pict containing the image currently in use by this import component.
static QDGraphics QDGraphics.fromGraphicsImporter(GraphicsImporter gi)
          Call this method to obtain the QDGraphics of the object.
static Region Region.fromGraphicsImporter(GraphicsImporter gi)
          Determines the current clipping region.
static Region Region.fromGraphicsImporterDefault(GraphicsImporter gi)
          Determines the default clipping region.
 

Uses of GraphicsImporter in quicktime.std.image
 

Methods in quicktime.std.image that return GraphicsImporter
 GraphicsImporter GraphicsExporter.getInputGraphicsImporter()
          Determines the GraphicsImporter that is the source for input images to graphics export component.
static GraphicsImporter GraphicsImporter.fromGraphicsExporter(GraphicsExporter ge)
          Determines the GraphicsImporter that is the source for input images to graphics export component

QuickTime::GraphicsExportGetInputGraphicsImporter

 

Methods in quicktime.std.image with parameters of type GraphicsImporter
 void GraphicsExporter.setInputGraphicsImporter(GraphicsImporter grip)
          Sets the GraphicsImporter as the source for input images to graphics export component.
static ImageDescription ImageDescription.fromGraphicsImporter(GraphicsImporter gi)
          Determines the image description information.
 UserData GraphicsImporter.getMetaData(GraphicsImporter gi)
          Gets metadata from an image file and adds it to a user data structure.
 

Uses of GraphicsImporter in quicktime.std.movies
 

Methods in quicktime.std.movies with parameters of type GraphicsImporter
static AtomContainer AtomContainer.fromGraphicsImporterMIME(GraphicsImporter gi)
          Returns a list of MIME types supported by the graphics import component.
static AtomContainer AtomContainer.fromGraphicsImporterExportImage(GraphicsImporter gi)
          Returns information about available export formats.
static AtomContainer AtomContainer.fromGraphicsImporterExportSettings(GraphicsImporter gi)
          Returns the Export settings as an Atom Container.
 

Uses of GraphicsImporter in quicktime.util
 

Methods in quicktime.util with parameters of type GraphicsImporter
static QTHandle QTHandle.fromGraphicsImporterData(GraphicsImporter gi)
          Determines the data reference that the graphics resides in.
static QTHandle QTHandle.fromGraphicsImporterAlias(GraphicsImporter gi)
          Determines the aliased data reference.