public class DCellViewFactory
extends org.jgraph.graph.DefaultCellViewFactory
Title: DECLARE
Description:
Copyright: Copyright (c) 2006
Company: TU/e
| Constructor and Description |
|---|
DCellViewFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected org.jgraph.graph.EdgeView |
createEdgeView(java.lang.Object cell)
Constructs an EdgeView view for the specified object.
|
protected org.jgraph.graph.PortView |
createPortView(java.lang.Object cell)
Constructs a PortView view for the specified object.
|
protected org.jgraph.graph.VertexView |
createVertexView(java.lang.Object object)
Constructs a VertexView view for the specified object.
|
protected org.jgraph.graph.EdgeView createEdgeView(java.lang.Object cell)
createEdgeView in class org.jgraph.graph.DefaultCellViewFactorycell - Objectprotected org.jgraph.graph.VertexView createVertexView(java.lang.Object object)
org.jgraph.graph.DefaultCellViewFactorycreateVertexView in class org.jgraph.graph.DefaultCellViewFactoryprotected org.jgraph.graph.PortView createPortView(java.lang.Object cell)
createPortView in class org.jgraph.graph.DefaultCellViewFactorycell - Object