| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteasik.sketch.util.SketchAdapter.DefaultCellFactory
public class SketchAdapter.DefaultCellFactory
A simple default cell factory.
| Constructor Summary | |
|---|---|
SketchAdapter.DefaultCellFactory()
 | 
|
| Method Summary | |
|---|---|
 org.jgraph.graph.DefaultEdge | 
createEdgeCell(org.jgrapht.graph.DefaultEdge jGraphTEdge)
Creates an edge cell  | 
 org.jgraph.graph.DefaultGraphCell | 
createVertexCell(java.lang.Object jGraphTVertex)
Creates a vertex cell  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SketchAdapter.DefaultCellFactory()
| Method Detail | 
|---|
public org.jgraph.graph.DefaultEdge createEdgeCell(org.jgrapht.graph.DefaultEdge jGraphTEdge)
createEdgeCell in interface SketchAdapter.CellFactoryjGraphTEdge - The JGraphT edge to make the edge cell from
public org.jgraph.graph.DefaultGraphCell createVertexCell(java.lang.Object jGraphTVertex)
createVertexCell in interface SketchAdapter.CellFactoryjGraphTVertex - The JGraphT vertex to make the vertex from
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||