Uses of Class
org.jgraph.graph.VertexView
-
Packages that use VertexView Package Description org.jgraph.graph Graphs are made up of a number of classes and interfaces defined in their own package - thejgraph.graphpackage. -
-
Uses of VertexView in org.jgraph.graph
Fields in org.jgraph.graph declared as VertexView Modifier and Type Field Description protected VertexViewVertexView.SizeHandle. vertexprotected VertexViewVertexRenderer. viewCache the current shape for drawing.Methods in org.jgraph.graph that return VertexView Modifier and Type Method Description protected VertexViewDefaultCellViewFactory. createVertexView(java.lang.Object cell)Constructs a VertexView view for the specified object.Methods in org.jgraph.graph with parameters of type VertexView Modifier and Type Method Description java.awt.geom.Point2DVertexRenderer. getPerimeterPoint(VertexView view, java.awt.geom.Point2D source, java.awt.geom.Point2D p)Returns the intersection of the bounding rectangle and the straight line between the source and the specified point p.Constructors in org.jgraph.graph with parameters of type VertexView Constructor Description SizeHandle(VertexView vertexview, GraphContext ctx)
-