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