public class mxMasterElement
extends java.lang.Object
Constructor and Description |
---|
mxMasterElement(org.w3c.dom.Element m)
Create a new instace of mxMasterElement and retrieves all the shapes contained
in the Master element.
|
Modifier and Type | Method and Description |
---|---|
mxMasterShape |
getMasterShape()
Returns the first shape in the Master
|
mxMasterShape |
getMasterShape(java.lang.String id)
Returns the shape in the master element with ID = 'id'.
|
java.lang.String |
getNameU()
Returns the NameU attribute.
|
public mxMasterElement(org.w3c.dom.Element m)
m
- Master Element to be wrapped.public mxMasterShape getMasterShape()
public mxMasterShape getMasterShape(java.lang.String id)
id
- Shape's IDpublic java.lang.String getNameU()
Copyright (c) 2010 Gaudenz Alder. All rights reserved.