Graph Common

pl.psnc.graph.view
Class CustomCellViewFactory

java.lang.Object
  extended by org.jgraph.graph.DefaultCellViewFactory
      extended by pl.psnc.graph.view.CustomCellViewFactory
All Implemented Interfaces:
java.io.Serializable, org.jgraph.graph.CellViewFactory

public class CustomCellViewFactory
extends org.jgraph.graph.DefaultCellViewFactory

CustomCellViewFactory class - custom implementation of Cell View Factory for creating cell views and ports.

Author:
Dominik Stoklosa (~osa~)
See Also:
Serialized Form
Email address
osa@man.poznan.pl

Constructor Summary
CustomCellViewFactory()
           
 
Method Summary
protected  org.jgraph.graph.PortView createPortView(java.lang.Object cell)
           
protected  org.jgraph.graph.VertexView createVertexView(java.lang.Object object)
           
 
Methods inherited from class org.jgraph.graph.DefaultCellViewFactory
createEdgeView, createEdgeView, createPortView, createView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomCellViewFactory

public CustomCellViewFactory()
Method Detail

createPortView

protected org.jgraph.graph.PortView createPortView(java.lang.Object cell)
Overrides:
createPortView in class org.jgraph.graph.DefaultCellViewFactory

createVertexView

protected org.jgraph.graph.VertexView createVertexView(java.lang.Object object)
Overrides:
createVertexView in class org.jgraph.graph.DefaultCellViewFactory

Graph Common

Copyright 2008 by VLAB Dominik Stoklosa