com.mxgraph.io.gd
Class mxGdEdge
java.lang.Object
   com.mxgraph.io.gd.mxGdEdge
com.mxgraph.io.gd.mxGdEdge
- public class mxGdEdge 
- extends Object
Represents an Edge entry in the file.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
mxGdEdge
public mxGdEdge(String sourceName,
                String targetName)
getSourceName
public String getSourceName()
- 
 
setSourceName
public void setSourceName(String sourceName)
- 
 
getTargetName
public String getTargetName()
- 
 
setTargetName
public void setTargetName(String targetName)
- 
 
getEdgeString
public String getEdgeString()
- 
 
Copyright (c) 2010 Gaudenz Alder. All rights reserved.