Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages | Examples

DWF Package API
[DWF Toolkit Components]

Collaboration diagram for DWF Package API:


Detailed Description

The classes and interfaces that make up this module provide the basic I/O functionality for the DWF package file. These fall roughly into three categories:


Classes

class  DWFToolkit::DWFBookmark
 A bookmark represents a global hyperlink in DWF package.
Since:
7.0.1.
More...
class  DWFToolkit::DWFXML
 This class scopes the DWF XML strings known to the toolkit.
Since:
7.0.1.
More...
class  DWFToolkit::DWFCustomSection
 This class can be used to extend DWF with user-defined sections and content.
Since:
7.0.1.
More...
class  DWFToolkit::DWFDefinedObject
 This class is used to represent an object in the DWF package.
Since:
7.0.1.
More...
class  DWFToolkit::DWFDefinedObjectInstance
 This class is used to represent the realization of a defined object as a node in a graphics stream.
Since:
7.0.1.
More...
class  DWFToolkit::DWFEModelSection
 An EModel section encapsulates a 3D data model in the DWF package.
Since:
7.0.1.
More...
class  DWFToolkit::DWFEPlotSection
 An EPlot section encapsulates a 2D data model in the DWF package.
Since:
7.0.1.
More...
class  DWFToolkit::DWFFontResource
 This class represents an embedded font.
Since:
7.0.1.
More...
class  DWFToolkit::DWFGlobalSection
 This class contains the base functionality for all global sections in a DWF package.
Since:
7.0.1.
More...
class  DWFToolkit::DWFEPlotGlobalSection
 This class contains the base functionality for all global EPlot sections in a DWF package.
Since:
7.0.1.
More...
class  DWFToolkit::DWFEModelGlobalSection
 This class contains the base functionality for all global EPlot sections in a DWF package.
Since:
7.0.1.
More...
class  DWFToolkit::DWFGraphicResource
 This class represents a persistent stream of visualization data.
Since:
7.0.1.
More...
class  DWFToolkit::DWFImageResource
 This class represents a persistent stream of image data.
Since:
7.0.1.
More...
class  DWFToolkit::DWFInterface
 This class identifies the existence of a section type in a DWF package.
Since:
7.0.1.
More...
class  DWFToolkit::DWFManifest
 This class represents a fully parsed DWF package manifest document.
Since:
7.0.1.
More...
class  DWFToolkit::DWFObjectDefinition
 This class provides a reference implementation for the object definition document reader.
Since:
7.0.1.
More...
class  DWFToolkit::DWFObjectDefinitionResource
 This class is used to create and publish an object definition document.
Since:
7.0.1.
More...
class  DWFToolkit::DWFPaper
 This class represents the virtual paper upon which all 2D graphics are plotted.
Since:
7.0.1.
More...
class  DWFToolkit::DWFProperty
 This class represents a categorized name-value data pair.
Since:
7.0.1.
More...
class  DWFToolkit::DWFDuplicateAttributeFilter
 This is a plug-in filter for DWFXMLCallback implementations that removes duplicated element attributes in malformed XML streams.
Since:
7.0.1.
More...
class  DWFToolkit::DWFEModelSectionDescriptorReader
 This class implements the required XML parsing handlers to compose toolkit objects from EModel section descriptor documents and provide them via the typed callbacks.
Since:
7.0.1.
More...
class  DWFToolkit::DWFEPlotSectionDescriptorReader
 This class implements the required XML parsing handlers to compose toolkit objects from EPlot section descriptor documents and provide them via the typed callbacks.
Since:
7.0.1.
More...
class  DWFToolkit::DWFGlobalSectionDescriptorReader
 This class implements the required XML parsing handlers to compose toolkit objects from the global section descriptor documents and provide them via the typed callbacks.
Since:
7.0.1.
More...
class  DWFToolkit::DWFObjectDefinitionReader
 This class implements the required XML parsing handlers to compose toolkit objects from the object definitions documents and provide them via the typed callbacks.
Since:
7.0.1.
More...
class  DWFToolkit::DWFManifestReader
 This class implements the required XML parsing handlers to compose toolkit objects from the manifest document and provide them via the typed callbacks.
Since:
7.0.1.
More...
class  DWFToolkit::DWFPackageReader
 This class is used to process DWF package files.
Since:
7.0.1.
More...
class  DWFToolkit::DWFSectionDescriptorReader
 This class implements the required XML parsing handlers to compose toolkit objects from the section descriptor documents and provide them via the typed callbacks.
Since:
7.0.1.
More...
class  DWFToolkit::DWFResource
 This class contains the base functionality for all resources in DWF section.
Since:
7.0.1.
More...
class  DWFToolkit::DWFSection
 This class contains the base functionality for all sections in a DWF package.
Since:
7.0.1.
More...
class  DWFToolkit::DWFSectionBuilder
 This class is used to create new strongly typed section objects.
Since:
7.0.1.
More...
class  DWFToolkit::DWFSource
 This class is used to identify the origin of the section content.
Since:
7.0.1.
More...
class  DWFToolkit::DWFUnits
 This class is used describe model viewing and measurement units.
Since:
7.0.1.
More...
class  DWFToolkit::DWFDefinedObjectContainer
 An auto-indexing collection utility for DWFDefinedObject objects.
Since:
7.0.1.
More...
class  DWFToolkit::DWFDefinedObjectInstanceContainer
 An auto-indexing collection utility for DWFDefinedObjectInstance objects.
Since:
7.0.1.
More...
class  DWFToolkit::DWFPackageFileDescriptor
 A special file descriptor for DWF package files.
Since:
7.0.1.
More...
class  DWFToolkit::DWFPropertyContainer
 An auto-mapping collection utility for DWFResource objects.
Since:
7.0.1.
More...
class  DWFToolkit::DWFResourceContainer
 An auto-mapping collection utility for DWFResource objects.
Since:
7.0.1.
More...
class  DWFToolkit::DWFXMLSerializer
 An object that facilitates the publishing of toolkit data objects into XML.
Since:
7.0.1.
More...
class  DWFToolkit::DWFPackageVersionTypeInfoExtension
 This is the DWF 6.01 File Format plug-in for the DWFPackageWriter.
Since:
7.0.1.
More...
class  DWFToolkit::DWFPackageVersionExtension
 This is the plug-in interface for the DWFPackageWriter.
Since:
7.0.1.
More...
class  DWFToolkit::DWFPackageWriter
 This class is used to publish DWF package files.
Since:
7.0.1.
More...
class  DWFToolkit::DWFXMLCallback
 This class integrates with the Expat XML parser.
Since:
7.0.1.
More...
class  DWFToolkit::DWFXMLBuildable
 This interface is used to indicate those classes that can be dynamically constructed during the document parsing process.
Since:
7.0.1.
More...
class  DWFToolkit::DWFXMLElementBuilder
 This class builds DWFXMLBuildable objects for the parser.
Since:
7.0.1.
More...
class  DWFToolkit::DWFXMLSerializable
 This interface is used to indicate those classes that can be written as XML into a stream.
Since:
7.0.1.
More...


Generated on Tue May 17 12:38:52 2005 for Autodesk DWF Toolkit by  doxygen 1.4.1