Class | Description |
---|---|
mxDelegateShape |
This class is a wrapper for a shape element.
Contains references to the stylesheets indicated in the shape. If a property is not found in the shape Element but it may be found in a stylesheet, the property is searched in such stylesheet. |
mxGeneralShape |
This class is a general wrapper for one Shape Element.
Provides a set of method for retrieve the value of the diferents properties stored in the shape element. References to other shapes or stylesheets are not considered. |
mxMasterElement |
This class is a wrapper for a Master element.
Contains a map with the shapes contained in the Master element and allows access these by ID. |
mxMasterShape |
This class is a wrapper for a shape element contained in a Master element.
If a property is not found in the shape Element but it may be found in a stylesheet the property is searched in such stylesheet. |
mxMastersManager |
This is a singleton class that contains a map with the master elements of the
document.
|
mxPropertiesManager |
This is a singleton class that stores various global properties to document.
The properties are: document's colors document's fonts default text style default line style default fill style |
mxStyleSheet |
This class is a wrapper for a stylesheet element.
The Stylesheet element is treated like a shape element. If a property is not found in the shape element but it may be found in a stylesheet, the property is searched in such stylesheet. All method that recieve a index like param ignores it. |
mxStyleSheetManager |
This is a singleton class that contains a map with the stylesheets elements of the
document.
|
mxVdxConstants |
This class contains constants used in the Import of .vdx documents.
|
mxVdxShape |
This class is a wrapper for one Shape Element.
This class is responsible for retrieve all the properties of the shape and add it to the graph. |
mxVdxShapeForm |
This class determines the form of a shape to be applied in the
property style-shape.
|
mxVdxTextParser |
This class allows get the text contained in a shape formated with tags html.
The properties referenced in the Text element are processed by this class. |
mxVdxUtils |
General utilities for .vdx format support
|
PageShapeIDKey |
Represents a key with the shape ID corresponding to a particular page.
This class is used like key in the maps present in mxVdxCodec. |
Copyright (c) 2010 Gaudenz Alder. All rights reserved.