|
JGraph |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VertexView | |
com.jgraph.components.labels | |
com.jgraph.io.svg | |
org.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.components.labels |
Subclasses of VertexView in com.jgraph.components.labels | |
class |
MultiLineVertexView
Vertex view that supports JGraphpadBusinessObject rendering and
in-place editing, that means it supports simple text, rich text and component
values. |
Methods in com.jgraph.components.labels with parameters of type VertexView | |
Point2D |
MultiLineVertexRenderer.getPerimeterPoint(VertexView view,
Point2D source,
Point2D p)
Overrides the parent's implementation to return the perimeter points for non-rectangular shapes, namely diamonds and circles. |
Point2D |
MultiLineVertexRenderer.getCirclePerimeterPoint(VertexView view,
Point2D source,
Point2D p)
Utility method to return the perimeter point for a circle. |
Point2D |
MultiLineVertexRenderer.getDiamondPerimeterPoint(VertexView view,
Point2D source,
Point2D p)
Utility method to return the perimeter point for a diamond. |
Point2D |
MultiLineVertexRenderer.getTrianglePerimeterPoint(VertexView view,
Point2D source,
Point2D p)
Utility method to return the perimeter point for a triangle. |
Uses of VertexView in com.jgraph.io.svg |
Methods in com.jgraph.io.svg with parameters of type VertexView | |
Point2D |
SVGVertexRenderer.getPerimeterPoint(VertexView view,
Point2D source,
Point2D p)
|
Point2D |
SVGVertexRenderer.getEllipsePerimeterPoint(VertexView view,
Point2D source,
Point2D p)
Utility method to return the perimeter point for a circle. |
Uses of VertexView in org.jgraph.graph |
Fields in org.jgraph.graph declared as VertexView | |
protected VertexView |
VertexView.SizeHandle.vertex
|
protected VertexView |
VertexRenderer.view
Cache the current shape for drawing. |
Methods in org.jgraph.graph that return VertexView | |
protected VertexView |
DefaultCellViewFactory.createVertexView(Object cell)
Constructs a VertexView view for the specified object. |
Methods in org.jgraph.graph with parameters of type VertexView | |
Point2D |
VertexRenderer.getPerimeterPoint(VertexView view,
Point2D source,
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 | |
VertexView.SizeHandle(VertexView vertexview,
GraphContext ctx)
|
|
JGraph |
||||||||||
PREV NEXT | FRAMES NO FRAMES |