com.jgraph.example.portlabels
Class PortLabelVertexView

java.lang.Object
  extended by org.jgraph.graph.AbstractCellView
      extended by org.jgraph.graph.VertexView
          extended by com.jgraph.example.portlabels.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.PortLabelVertexRenderer
          The renderer class for instance view.
static class PortLabelVertexView.WrapperPortLabelRenderer
           
 
Nested classes/interfaces inherited from class org.jgraph.graph.VertexView
org.jgraph.graph.VertexView.SizeHandle
 
Field Summary
 
Fields inherited from class org.jgraph.graph.VertexView
defaultBounds, defaultCursors, xCursors, yCursors
 
Fields inherited from class org.jgraph.graph.AbstractCellView
cellEditor
 
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.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, getEditor, 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
 

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

getRenderer

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