org.jgraph.util
Class JGraphGEOCodec

java.lang.Object
  extended byorg.jgraph.util.JGraphGEOCodec

public class JGraphGEOCodec
extends java.lang.Object


Constructor Summary
JGraphGEOCodec()
           
 
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
 

Constructor Detail

JGraphGEOCodec

public JGraphGEOCodec()
Method Detail

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)