Uses of Class
com.jgraph.graph.VertexView

Packages that use VertexView
com.jgraph JGraph's topmost package which contains the JGraph class. 
com.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - the jgraph.graph package. 
 

Uses of VertexView in com.jgraph
 

Methods in com.jgraph that return VertexView
protected  VertexView JGraph.createVertexView(java.lang.Object v, CellMapper cm)
          Constructs a VertexView view for the specified object.
 

Uses of VertexView in com.jgraph.graph
 

Fields in com.jgraph.graph declared as VertexView
protected  VertexView VertexRenderer.view
          Cache the current shape for drawing.
protected  VertexView VertexView.SizeHandle.vertex
           
 

Constructors in com.jgraph.graph with parameters of type VertexView
VertexView.SizeHandle(VertexView vertexview, GraphContext ctx)