|
JGraph X 1.4.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mxgraph.io.vdx.mxMasterElement
public class 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.
Constructor Summary | |
---|---|
mxMasterElement(Element m)
Create a new instace of mxMasterElement and retrieves all the shapes contained in the Master element. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public mxMasterElement(Element m)
m
- Master Element to be wrapped.Method Detail |
---|
public mxMasterShape getMasterShape()
public mxMasterShape getMasterShape(String id)
id
- Shape's ID
public String getNameU()
|
JGraph X 1.4.1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |