Uses of Class
quicktime.std.movies.AtomContainer

Packages that use AtomContainer
quicktime.std   
quicktime.std.image   
quicktime.std.movies   
quicktime.std.movies.media   
quicktime.std.music   
quicktime.std.qtcomponents   
quicktime.vr   
 

Uses of AtomContainer in quicktime.std
 

Methods in quicktime.std that return AtomContainer
static AtomContainer QTPreferences.getAccessKeys(java.lang.String keyType)
          This method returns all the application and system access keys of a specified access key type.
static AtomContainer QTPreferences.getPreference(int preferenceType)
          This method retrieves the preference value associated with a specific preference type.
 

Methods in quicktime.std with parameters of type AtomContainer
static void QTPreferences.setPreference(int preferenceType, AtomContainer prefAtom)
          This method sets the preference value associated with a specific preference type.
 

Uses of AtomContainer in quicktime.std.image
 

Subclasses of AtomContainer in quicktime.std.image
 class VectorStream
          This class represents a vector data stream for QuickTime Vector component.
 

Fields in quicktime.std.image declared as AtomContainer
 AtomContainer GECompressorInfo.atomContainer
          atomContainer contains information related to the compression operation
 

Methods in quicktime.std.image that return AtomContainer
 AtomContainer GraphicsExporter.getSettingsAsAtomContainer()
          These functions are used for obtaining graphics exporter settings and displaying a settings dialog box.
 AtomContainer GraphicsExporter.getMIMETypeList()
          Returns MIME types and other information about the graphics format.
 AtomContainer GraphicsImporter.getMIMETypeList()
          Returns a list of MIME types supported by the graphics import component.
 AtomContainer GraphicsImporter.getExportImageTypeList()
          Returns information about available export formats.
 AtomContainer GraphicsImporter.getExportSettingsAsAtomContainer()
          Returns the Export settings as an Atom Container.
 

Methods in quicktime.std.image with parameters of type AtomContainer
 void GraphicsExporter.setSettingsFromAtomContainer(AtomContainer qtAtomContainer)
          These functions are used for obtaining graphics exporter settings and displaying a settings dialog box.
 ImageDescription GraphicsExporter.doUseCompressor(AtomContainer ac)
          The base graphics exporter makes this call of the format-specific graphics exporter to ask whether the current export operation should be done by using an image compressor.
static ImageDescription ImageDescription.fromGraphicsExporterCompressor(GraphicsExporter ge, AtomContainer ac)
          Returns the image description information.
 void GraphicsImporter.setExportSettingsFromAtomContainer(AtomContainer qtAtomContainer)
          Export settings from a QuickTime atom container.
 

Constructors in quicktime.std.image with parameters of type AtomContainer
GECompressorInfo(boolean canUseCompressor, AtomContainer atomContainer)
          This constructor creates a GECompressorInfo object.
 

Uses of AtomContainer in quicktime.std.movies
 

Subclasses of AtomContainer in quicktime.std.movies
 class EffectsList
          This class creates an AtomContainer that contains the necessary information for displaying a list of effects
 

Methods in quicktime.std.movies that return AtomContainer
static AtomContainer AtomContainer.fromGraphicsExporter(GraphicsExporter ge)
          Retrieves the current settings from the movie export component..
static AtomContainer AtomContainer.fromGraphicsExporterMIME(GraphicsExporter ge)
          Returns a list of MIME types supported by the graphics export component.
static AtomContainer AtomContainer.fromQTVRInstanceWorld(QTVRInstance ins)
          The QTVRGetVRWorld function returns an atom container that contains general scene information about the QuickTime VR movie specified, as well as a list of all the nodes in that movie.
static AtomContainer AtomContainer.fromQTVRInstanceNode(QTVRInstance ins, int nodeID)
          You can use the QTVRGetNodeInfo function to get the node information atom container that describes a node and all the hot spots in the node.
static AtomContainer AtomContainer.fromQTHandle(QTHandleRef handle)
          This converts a QTHandle based object into an AtomContainer.
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.
static AtomContainer AtomContainer.fromMediaInput(Media m)
          This method returns you the input map of the media.
static AtomContainer AtomContainer.fromMediaProperty(Media m)
          Retrieves the properties from a media handler.
static AtomContainer AtomContainer.fromMovieExporter(MovieExporter me)
          Retrieves the current settings from the movie export component..
static AtomContainer AtomContainer.fromMovieImporterMIME(MovieImporter mi)
          Returns a list of MIME types supported by the movie import component.
static AtomContainer AtomContainer.fromMovieImporterSettings(MovieImporter mi)
          Retrieves the current settings from the movie import component..
static AtomContainer AtomContainer.fromThreeDMediaHandlerObject(ThreeDMediaHandler tdm)
          No QT Documentation.
static AtomContainer AtomContainer.fromThreeDMediaHandlerRenderer(ThreeDMediaHandler tdm)
          No QT Documentation.
static AtomContainer AtomContainer.fromCompressionDialog(CompressionDialog cd)
          Retrieves the current configuration from the dialog

QuickTime::SCGetSettingsAsAtomContainer()

 AtomContainer AtomContainer.copyAtom(Atom atom)
          This method allows a complete copy of an atom and all of its children to be extracted from its container and be placed in an new atom data structure.
static AtomContainer ParameterDialog.showParameterDialog(AtomContainer effectsList, int dialogOptions)
          This call shows the dialog with the specified parameters.
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.
 AtomContainer ResolvedQTEventSpec.getContainer()
          Return the container associated with the event
 

Methods in quicktime.std.movies with parameters of type AtomContainer
 void AtomContainer.insertChildren(Atom parentAtom, AtomContainer childrenContainer)
          This method inserts all of the atoms in childrenContainer as child atoms of the atom specified by the parentAtom.
 void AtomContainer.replaceAtom(Atom targetAtom, AtomContainer replacementContainer, Atom replacementAtom)
          This method replaces an atom and all of its children with a different atom and all of its children.
 boolean ActionFilter.execute(MovieController mc, int action, AtomContainer container, Atom atom)
          This method should be overridden to handle the following actions: mcActionPerformActionList
 void Movie.executeWiredActions(int flags, AtomContainer actions)
          This method executes specified wired actions associated with the movie
static AtomContainer ParameterDialog.showParameterDialog(AtomContainer effectsList, int dialogOptions)
          This call shows the dialog with the specified parameters.
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.
static int ParameterDialog.getEffectsSpeed(AtomContainer parameters)
          This call returns the speed of the effect, expressed in frames-per-second
 short ExecutingWiredAction.execute(Movie mov, int flags, AtomContainer actionContainer)
          The exceute method is called by the Movie toolbox when a wired action is executed
 

Uses of AtomContainer in quicktime.std.movies.media
 

Methods in quicktime.std.movies.media that return AtomContainer
 AtomContainer Media.getInputMap()
          This method returns you the input map of the media.
 AtomContainer Media.getPropertyAtom()
          Retrieves the properties from a media handler.
 AtomContainer ThreeDMediaHandler.getNamedObjectList()
          No QT Documentation.
 AtomContainer ThreeDMediaHandler.getRendererList()
          No QT Documentation.
 AtomContainer QTVRSampleDescription.getVRWorld()
           
 

Methods in quicktime.std.movies.media with parameters of type AtomContainer
 void Media.setInputMap(AtomContainer inputMap)
          This method allows you to set a new input map for a media.
 void Media.setPropertyAtom(AtomContainer propertyAtom)
          No QT Documentation.
 void QTVRSampleDescription.setVRWorld(AtomContainer newVRWorld)
           
 

Constructors in quicktime.std.movies.media with parameters of type AtomContainer
QTVRSampleDescription(AtomContainer vrWorld)
          This constructor makes a new QTVRSampleDescription object.
 

Uses of AtomContainer in quicktime.std.music
 

Subclasses of AtomContainer in quicktime.std.music
 class AtomicInstrument
          Corresponds to the AtomicInstrument type and its accompanying calls
 

Uses of AtomContainer in quicktime.std.qtcomponents
 

Methods in quicktime.std.qtcomponents that return AtomContainer
 AtomContainer CompressionDialog.getSettings()
          Retrieves the current configuration from the dialog

QuickTime__SCGetSettingsFromAtomContainer()

 AtomContainer MovieImporter.getMIMETypeList()
          Returns a list of MIME types supported by the movie import component.
 AtomContainer MovieImporter.getImportSettingsFromAtomContainer()
          Retrieves the current settings from the movie import component..
 AtomContainer MovieExporter.getExportSettingsFromAtomContainer()
          Retrieves the current settings from the movie export component..
 

Methods in quicktime.std.qtcomponents with parameters of type AtomContainer
 void CompressionDialog.setInfoState(AtomContainer settings)
          Deprecated.  
 void CompressionDialog.setSettings(AtomContainer settings)
          Sets the current configuration for a dialog.
 void MovieImporter.setImportSettingsFromAtomContainer(AtomContainer settings)
          Sets the movie import componentŐs current configuration from the passed settings data.
 void MovieExporter.setExportSettingsFromAtomContainer(AtomContainer settings)
          Sets the movie export componentŐs current configuration from the passed settings data.
 

Uses of AtomContainer in quicktime.vr
 

Methods in quicktime.vr that return AtomContainer
 AtomContainer QTVRInstance.getVRWorld()
          The QTVRGetVRWorld function returns an atom container that contains general scene information about the QuickTime VR movie specified, as well as a list of all the nodes in that movie.
 AtomContainer QTVRInstance.getNodeInfo(int nodeID)
          You can use the QTVRGetNodeInfo function to get the node information atom container that describes a node and all the hot spots in the node.
 

Methods in quicktime.vr with parameters of type AtomContainer
 void QTVRInstance.triggerHotSpot(int hotSpotID, AtomContainer nodeInfo, Atom selectedAtom)
          You can use the QTVRTriggerHotSpot function to trigger a hot spot.