com.jgraph.example.panelexample
Class PortLabelVertexView

java.lang.Object
  extended by org.jgraph.graph.AbstractCellView
      extended by org.jgraph.graph.VertexView
          extended by com.jgraph.example.panelexample.PortLabelVertexView
All Implemented Interfaces:
java.io.Serializable, org.jgraph.graph.CellView

public class PortLabelVertexView
extends org.jgraph.graph.VertexView

See Also:
Serialized Form

Nested Class Summary
static class PortLabelVertexView.WrapperPortLabelRenderer
           
 
Nested classes/interfaces inherited from class org.jgraph.graph.VertexView
org.jgraph.graph.VertexView.SizeHandle
 
Field Summary
static org.jgraph.graph.GraphCellEditor cellEditor
           
 
Fields inherited from class org.jgraph.graph.VertexView
defaultBounds, defaultCursors, xCursors, yCursors
 
Constructor Summary
PortLabelVertexView()
          Creates new instance of InstanceView.
PortLabelVertexView(java.lang.Object arg0)
          Creates new instance of InstanceView for the specified graph cell.
 
Method Summary
 org.jgraph.graph.GraphCellEditor getEditor()
           
 org.jgraph.graph.CellViewRenderer getRenderer()
           
 
Methods inherited from class org.jgraph.graph.VertexView
getBounds, getCachedBounds, getCenterPoint, getHandle, getPerimeterPoint, getPerimeterPoint, setCachedBounds, update
 
Methods inherited from class org.jgraph.graph.AbstractCellView
changeAttributes, childUpdated, getAllAttributes, getAttributes, getBounds, getCell, getCenterPoint, getChildViews, getDescendantViews, getParentView, getRendererComponent, intersects, isLeaf, refresh, removeFromParent, scale, setAttributes, setBounds, setCell, translate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cellEditor

public static transient org.jgraph.graph.GraphCellEditor cellEditor
Constructor Detail

PortLabelVertexView

public PortLabelVertexView()
Creates new instance of InstanceView.


PortLabelVertexView

public PortLabelVertexView(java.lang.Object arg0)
Creates new instance of InstanceView for the specified graph cell.

Parameters:
arg0 - a graph cell to create view for
Method Detail

getEditor

public org.jgraph.graph.GraphCellEditor getEditor()
Specified by:
getEditor in interface org.jgraph.graph.CellView
Overrides:
getEditor in class org.jgraph.graph.AbstractCellView

getRenderer

public org.jgraph.graph.CellViewRenderer getRenderer()
Overrides:
getRenderer in class org.jgraph.graph.VertexView