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. More...
class  DWFToolkit::DWFClass
 A DWFClass is used to classify entities and features in the DWF content. More...
class  DWFXML
 This class scopes the DWF XML strings known to the toolkit. More...
class  DWFToolkit::DWFContent
 Content is the container and management class for all object defintion elements. More...
class  DWFToolkit::DWFContentElement
 ContentElement is the base class for the object defintion elements class, feature, entity, object and group. More...
class  DWFToolkit::DWFContentManager
 This class is used to manage one or more global content objects. More...
class  DWFToolkit::DWFCoordinateSystem
 This class contains Coordinate System definitions. More...
class  DWFToolkit::DWFCustomSection
 This class can be used to extend DWF with user-defined sections and content. More...
class  DWFToolkit::DWFDataSection
 An EPlot section encapsulates a 2D data model in the DWF package. More...
class  DWFToolkit::DWFDefinedObject
 This class is used to represent an object in the DWF package. More...
class  DWFToolkit::DWFDefinedObjectInstance
 This class is used to represent the realization of a defined object as a node in a graphics stream. More...
class  DWFToolkit::DWFEModelSection
 An EModel section encapsulates a 3D data model in the DWF package. More...
class  DWFToolkit::DWFEntity
 Entities are used to represent a design element that can be used in a model like a door knob or a laptop. More...
class  DWFToolkit::DWFEPlotSection
 An EPlot section encapsulates a 2D data model in the DWF package. More...
class  DWFToolkit::DWFFeature
 Features are used to represent a design aspect of an entity or an object, e.g. a hole or an extrusion. More...
class  DWFToolkit::DWFFontResource
 This class represents an embedded font. More...
class  DWFToolkit::DWFGlobalSection
 This class contains the base functionality for all global sections in a DWF package. More...
class  DWFToolkit::DWFEPlotGlobalSection
 This class contains the base functionality for all global EPlot sections in a DWF package. More...
class  DWFToolkit::DWFEModelGlobalSection
 This class contains the base functionality for all global EPlot sections in a DWF package. More...
class  DWFToolkit::DWFGraphicResource
 This class represents a persistent stream of visualization data. More...
class  DWFToolkit::DWFImageResource
 This class represents a persistent stream of image data. More...
class  DWFToolkit::DWFGroup
 A DWFGroup is used to aggregate multiple elements of a model including groups to provide properties on the aggregate. More...
class  DWFToolkit::DWFInstance
 An DWFInstance corresponds to a rendition of a DWFObject or a DWFFeaturable, i.e. a renderable element of the model. More...
class  DWFToolkit::DWFInterface
 This class identifies the existence of a section type in a DWF package. More...
class  DWFToolkit::DWFManifest
 This class represents a fully parsed DWF package manifest document. More...
class  DWFToolkit::DWFObject
 Objects represent realizations of entities (design elements) in a model. More...
class  DWFToolkit::DWFObjectDefinition
 This class provides a reference implementation for the object definition document reader. More...
class  DWFToolkit::DWFObjectDefinitionResource
 This class is used to create and publish an object definition document. More...
class  DWFToolkit::DWFPaper
 This class represents the virtual paper upon which all 2D graphics are plotted. More...
class  DWFToolkit::DWFProperty
 This class represents a categorized name-value data pair. More...
class  DWFToolkit::DWFPropertySet
 Propertysets are used to collect related properties and property sets into one element. More...
class  DWFToolkit::DWFContentReader
 This class implements the required XML parsing handlers to compose toolkit content objects from the content definitions documents and provide them via the typed callbacks. More...
class  DWFToolkit::DWFContentResourceReader
 This class implements the required XML parsing handlers to compose toolkit content objects from the content resource documents and provide them via the typed callbacks. More...
class  DWFToolkit::DWFDataSectionDescriptorReader
 This class implements the required XML parsing handlers to compose toolkit objects from data section descriptor documents and provide them via the typed callbacks. More...
class  DWFToolkit::DWFDuplicateAttributeFilter
 This is a plug-in filter for DWFXMLCallback implementations that removes duplicated element attributes in malformed XML streams. 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. 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. 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. 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. 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. More...
class  DWFPackageReader
 This class is used to process DWF package files. 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. More...
class  DWFToolkit::DWFSignatureReader
 This class implements the required XML parsing handlers to compose toolkit signature objects from the signature resource documents and provide them via the typed callbacks. More...
class  DWFToolkit::DWFSignatureSectionDescriptorReader
 This class implements the required XML parsing handlers to compose toolkit objects from Signature section descriptor documents and provide them via the typed callbacks. More...
class  DWFToolkit::DWFRenderable
 DWFObject and DWFFeature derive from this class to allow polymorphic access to them. More...
class  DWFToolkit::DWFResource
 This class contains the base functionality for all resources in DWF section. More...
class  NotificationSink
 Base implementation and interface definition to get information about changes to attributes of DWFResources. More...
class  DWFToolkit::DWFSection
 This class contains the base functionality for all sections in a DWF package. More...
class  DWFSectionBuilder
 This class is used to create new strongly typed section objects. More...
class  DWFToolkit::DWFSectionContentResource
 This class is used to publish and read the DWFInstance data related to a section. More...
class  DWFToolkit::DWFSignature
 A DWFSignature is used to ... More...
class  DWFToolkit::DWFSignatureRequest
 A DWFSignatureRequest is used to ... More...
class  DWFToolkit::DWFSignatureResource
 This class represents a digital signature resource. More...
class  DWFToolkit::DWFSignatureSection
 A Signature section encapsulates the ownership of Digital Signatures in the DWF package. More...
class  DWFToolkit::DWFSource
 This class is used to identify the origin of the section content. More...
class  DWFToolkit::DWFUnits
 This class is used to describe model viewing and measurement units. More...
class  DWFDefinedObjectContainer
 An auto-indexing collection utility for DWFDefinedObject objects. More...
class  DWFDefinedObjectInstanceContainer
 An auto-indexing collection utility for DWFDefinedObjectInstance objects. More...
class  DWFToolkit::DWFPackageFileDescriptor
 A special file descriptor for DWF package files. More...
class  DWFToolkit::DWFPropertyContainer
 An auto-mapping collection utility for DWFResource objects. More...
class  DWFToolkit::DWFResourceContainer
 An auto-mapping collection utility for DWFResource objects. More...
class  DWF6PackageVersionExtension
 This is the plug-in interface for the DWFPackageWriter. More...
class  DWFToolkit::DWF6PackageWriter
 This class is used to publish DWF6 package files. More...
class  DWFXPackageVersionExtension
 This is the plug-in interface for the DWFPackageWriter. More...
class  DWFToolkit::DWFXPackageWriter
 This class is used to publish DWFX package files. More...
class  DWFToolkit::DWFPackageVersion60Extension
 This is the DWF 6.0 File Format plug-in for the DWFPackageWriter. More...
class  DWFToolkit::DWFPackageVersionTypeInfoExtension
 This is the DWF 6.01 File Format plug-in for the DWFPackageWriter. More...
class  DWFToolkit::DWFPackageVersion611Extension
 This is the DWF 6.11 File Format plug-in for the DWFPackageWriter. More...
class  DWFToolkit::DWFPackageVersion620Extension
 This is the DWF 6.20 File Format plug-in for the DWFPackageWriter. More...
class  DWFToolkit::DWFXPackageVersion710Extension
 This is the DWFx 7.10 File Format plug-in for the DWFPackageWriter. More...
class  DWFPackageWriter
 Interface for creating DWF packages. More...
class  DWFXMLElementBuilder
 This class builds DWFXMLBuildable objects for the parser. More...
class  DWFToolkit::DWFXMLNamespace
 Encapsulates a namespace used to extend elements and/or attributes added to a DWF XML document. More...
class  DWFToolkit::DWFXMLSerializable
 This interface is used to indicate those classes that can be written as XML into a stream. More...
class  DWFToolkit::DWFContentPresentationReader
 This class implements the required XML parsing handlers to compose toolkit objects from the content presentation documents and provide them via the typed callbacks. More...
class  DWFToolkit::DWFContentPresentationContainer
 An collection utility for DWFContentPresentation objects. More...
class  DWFContentPresentationNodeContainer
 An collection utility for DWFContentPresentationNode objects. More...
class  DWFContentPresentationViewContainer
 An collection utility for DWFContentPresentationView objects. More...
class  DWF3DCameraContainer
 An collection utility for DWF3DCamera objects. More...
class  DWFPropertyReferenceContainer
 An collection utility for DWFPropertyReference objects. More...


Generated on Tue Jan 6 22:40:21 2009 for Autodesk DWF Toolkit by  doxygen 1.4.5