com.mxgraph.io.vdx
public class mxMasterElement extends Object
Constructor and Description |
---|
mxMasterElement(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(String id)
Returns the shape in the master element with ID = 'id'.
|
String |
getNameU()
Returns the NameU attribute.
|
public mxMasterElement(Element m)
m
- Master Element to be wrapped.public mxMasterShape getMasterShape()
public mxMasterShape getMasterShape(String id)
id
- Shape's IDpublic String getNameU()
Copyright (c) 2010 Gaudenz Alder. All rights reserved.