easik.sketch.util.graph
Class EasikCellViewFactory

java.lang.Object
  extended by org.jgraph.graph.DefaultCellViewFactory
      extended by easik.sketch.util.graph.ExtendableCellViewFactory
          extended by easik.sketch.util.graph.EasikCellViewFactory
All Implemented Interfaces:
java.io.Serializable, org.jgraph.graph.CellViewFactory

public class EasikCellViewFactory
extends ExtendableCellViewFactory

A cell factory class for the Easik application.

Since:
2006-07-25 Kevin Green
Version:
2006-07-25 Kevin Green
Author:
William Belanger 2006, Kevin Green 2006
See Also:
Serialized Form

Constructor Summary
EasikCellViewFactory()
          Default constructor adds entity cells to the list of mappings.
 
Method Summary
protected  void addEntityCell()
          Adds entity cells to the list of mappings.
 
Methods inherited from class easik.sketch.util.graph.ExtendableCellViewFactory
addCellType, createEdgeView, createVertexView, getViewIndirections, setViewIndirections
 
Methods inherited from class org.jgraph.graph.DefaultCellViewFactory
createEdgeView, createPortView, createPortView, createView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EasikCellViewFactory

public EasikCellViewFactory()
Default constructor adds entity cells to the list of mappings.

Method Detail

addEntityCell

protected void addEntityCell()
Adds entity cells to the list of mappings.