org.jgraph.util
Class JGraphGEOCodec
java.lang.Object
org.jgraph.util.JGraphGEOCodec
- public class JGraphGEOCodec
- extends java.lang.Object
Method Summary |
static void |
decode(JGraph graph,
DefaultGraphCell cellPrototype,
DefaultGraphCell portPrototype,
DefaultGraphCell edgePrototype,
java.io.InputStream fstream,
int width,
int height)
|
static java.lang.Object |
getVertexForKey(java.util.Hashtable map,
java.lang.String key,
DefaultGraphCell cellPrototype,
DefaultGraphCell portPrototype)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JGraphGEOCodec
public JGraphGEOCodec()
decode
public static void decode(JGraph graph,
DefaultGraphCell cellPrototype,
DefaultGraphCell portPrototype,
DefaultGraphCell edgePrototype,
java.io.InputStream fstream,
int width,
int height)
throws java.lang.Exception
- Throws:
java.lang.Exception
getVertexForKey
public static java.lang.Object getVertexForKey(java.util.Hashtable map,
java.lang.String key,
DefaultGraphCell cellPrototype,
DefaultGraphCell portPrototype)