com.mxgraph.io.gd
Class mxGdNode
java.lang.Object
   com.mxgraph.io.gd.mxGdNode
com.mxgraph.io.gd.mxGdNode
- public class mxGdNode 
- extends Object
Represents a Node entry in the file.
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
mxGdNode
public mxGdNode(String name,
                mxPoint coordinates,
                mxPoint dimentions)
getCoordinates
public mxPoint getCoordinates()
- 
 
setCoordinates
public void setCoordinates(mxPoint coordinates)
- 
 
getDimentions
public mxPoint getDimentions()
- 
 
setDimentions
public void setDimentions(mxPoint dimentions)
- 
 
getName
public String getName()
- 
 
setName
public void setName(String name)
- 
 
getNodeString
public String getNodeString()
- 
 
Copyright (c) 2010 Gaudenz Alder. All rights reserved.