|
mxGraph 2.5.0.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.mxgraph.io.graphml.mxGraphMlPort
public class mxGraphMlPort
Represents a Port element in the GML Structure.
Constructor Summary | |
---|---|
mxGraphMlPort(Element portElement)
Construct a Port from a xml port Element. |
|
mxGraphMlPort(String name)
Construct a Port with name. |
Method Summary | |
---|---|
Element |
generateElement(Document document)
Generates a Key Element from this class. |
String |
getName()
|
HashMap<String,mxGraphMlData> |
getPortDataMap()
|
void |
setName(String name)
|
void |
setPortDataMap(HashMap<String,mxGraphMlData> nodeDataMap)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public mxGraphMlPort(String name)
name
- Port Namepublic mxGraphMlPort(Element portElement)
portElement
- Xml port Element.Method Detail |
---|
public String getName()
public void setName(String name)
public HashMap<String,mxGraphMlData> getPortDataMap()
public void setPortDataMap(HashMap<String,mxGraphMlData> nodeDataMap)
public Element generateElement(Document document)
document
- Document where the key Element will be inserted.
|
mxGraph 2.5.0.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |