Package | Description |
---|---|
com.mxgraph.io.vdx |
Class and 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.
|
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. |
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.