Package | Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
MultiLineVertexView
Vertex view that supports
JGraphpadBusinessObject rendering and
in-place editing, that means it supports simple text, rich text and component
values. |
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Point2D |
MultiLineVertexRenderer.getCirclePerimeterPoint(VertexView view,
java.awt.geom.Point2D source,
java.awt.geom.Point2D p)
Utility method to return the perimeter point for a circle.
|
java.awt.geom.Point2D |
MultiLineVertexRenderer.getDiamondPerimeterPoint(VertexView view,
java.awt.geom.Point2D source,
java.awt.geom.Point2D p)
Utility method to return the perimeter point for a diamond.
|
java.awt.geom.Point2D |
MultiLineVertexRenderer.getPerimeterPoint(VertexView view,
java.awt.geom.Point2D source,
java.awt.geom.Point2D p)
Overrides the parent's implementation to return the perimeter points for
non-rectangular shapes, namely diamonds and circles.
|
java.awt.geom.Point2D |
MultiLineVertexRenderer.getTrianglePerimeterPoint(VertexView view,
java.awt.geom.Point2D source,
java.awt.geom.Point2D p)
Utility method to return the perimeter point for a triangle.
|
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Point2D |
SVGVertexRenderer.getEllipsePerimeterPoint(VertexView view,
java.awt.geom.Point2D source,
java.awt.geom.Point2D p)
Utility method to return the perimeter point for a circle.
|
java.awt.geom.Point2D |
SVGVertexRenderer.getPerimeterPoint(VertexView view,
java.awt.geom.Point2D source,
java.awt.geom.Point2D p) |
Modifier and Type | Field and Description |
---|---|
protected VertexView |
VertexView.SizeHandle.vertex |
protected VertexView |
VertexRenderer.view
Cache the current shape for drawing.
|
Modifier and Type | Method and Description |
---|---|
protected VertexView |
DefaultCellViewFactory.createVertexView(java.lang.Object cell)
Constructs a VertexView view for the specified object.
|
Modifier and Type | Method and Description |
---|---|
java.awt.geom.Point2D |
VertexRenderer.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.
|
Constructor and Description |
---|
SizeHandle(VertexView vertexview,
GraphContext ctx) |
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.