uk.ac.essex.ia.graph.jgraph
Class IAVertexView

java.lang.Object
  extended by com.jgraph.graph.AbstractCellView
      extended by com.jgraph.graph.VertexView
          extended by uk.ac.essex.ia.graph.jgraph.IAVertexView
All Implemented Interfaces:
com.jgraph.graph.CellView, java.io.Serializable

public class IAVertexView
extends com.jgraph.graph.VertexView


Created Date: 16-Jul-2002
Copyright MSX International

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.jgraph.graph.VertexView
com.jgraph.graph.VertexView.SizeHandle
 
Field Summary
 
Fields inherited from class com.jgraph.graph.VertexView
bounds, renderer
 
Fields inherited from class com.jgraph.graph.AbstractCellView
attributes, cell, cellEditor, childViews, graph, mapper, parent
 
Constructor Summary
IAVertexView(java.lang.Object cell, com.jgraph.JGraph graph, com.jgraph.graph.CellMapper mapper)
          PUBLIC FUNCTIONS
 
Method Summary
 com.jgraph.graph.CellViewRenderer getRenderer()
           
 
Methods inherited from class com.jgraph.graph.VertexView
getBounds, getCenterPoint, getHandle, getPerimeterPoint, isConstrainedSizeEvent, isControlAttribute, update
 
Methods inherited from class com.jgraph.graph.AbstractCellView
getAttributes, getBounds, getCell, getChildViews, getDescendantViews, getEditor, getGraph, getMapper, getModel, getParentView, getRendererComponent, intersects, isLeaf, refresh, removeFromParent, scale, setAttributes, setBounds, translate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IAVertexView

public IAVertexView(java.lang.Object cell,
                    com.jgraph.JGraph graph,
                    com.jgraph.graph.CellMapper mapper)
PUBLIC FUNCTIONS

Method Detail

getRenderer

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