|
JGraph |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EdgeView | |
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 EdgeView in org.jgraph.graph |
Fields in org.jgraph.graph declared as EdgeView | |
protected EdgeView |
EdgeView.EdgeHandle.edge
|
protected EdgeView |
EdgeView.EdgeHandle.orig
|
protected EdgeView |
EdgeView.EdgeHandle.relevantEdge
|
protected EdgeView |
EdgeRenderer.view
Cache the current edgeview for drawing |
Methods in org.jgraph.graph that return EdgeView | |
protected EdgeView |
DefaultCellViewFactory.createEdgeView(Object cell)
Constructs an EdgeView view for the specified object. |
protected EdgeView |
DefaultCellViewFactory.createEdgeView(Edge cell)
Deprecated. replaced by DefaultCellViewFactory.createEdgeView(Object) since
JGraph no longer exposes dependecies on GraphCell subclasses
(Port, Edge) |
Methods in org.jgraph.graph with parameters of type EdgeView | |
Point2D |
EdgeView.getPerimeterPoint(EdgeView edge,
Point2D source,
Point2D p)
|
protected void |
EdgeView.EdgeHandle.reloadPoints(EdgeView edge)
|
protected ConnectionSet |
EdgeView.EdgeHandle.createConnectionSet(EdgeView view,
boolean verbose)
|
List |
DefaultEdge.LoopRouting.route(EdgeView edge)
|
protected List |
DefaultEdge.LoopRouting.routeLoop(EdgeView edge)
|
protected List |
DefaultEdge.LoopRouting.routeEdge(EdgeView edge)
|
int |
DefaultEdge.LoopRouting.getPreferredLineStyle(EdgeView edge)
|
protected List |
DefaultEdge.DefaultRouting.routeEdge(EdgeView edge)
|
Point2D |
PortView.getLocation(EdgeView edge)
For backwards compatibility. |
Point2D |
PortView.getLocation(EdgeView edge,
Point2D nearest)
Returns the point that the port represents with respect to edge and point , which is the nearest point
to this port view on the edge. |
protected boolean |
PortView.shouldInvokePortMagic(EdgeView edge)
Subclassers can override this to decide whether or not "port magic" should appear on a given edge. |
Rectangle2D |
EdgeRenderer.getLabelBounds(JGraph paintingContext,
EdgeView view)
Returns the label bounds of the specified view in the given graph. |
Rectangle2D |
EdgeRenderer.getExtraLabelBounds(JGraph paintingContext,
EdgeView view,
int index)
Returns the label bounds of the specified view in the given graph. |
Point2D |
EdgeRenderer.getLabelPosition(EdgeView view)
Returns the label position of the specified view in the given graph. |
Point2D |
EdgeRenderer.getExtraLabelPosition(EdgeView view,
int index)
Returns the label position of the specified view in the given graph. |
Dimension |
EdgeRenderer.getExtraLabelSize(JGraph paintingContext,
EdgeView view,
int index)
Returns the label size of the specified view in the given graph. |
Dimension |
EdgeRenderer.getLabelSize(EdgeView view,
String label)
Returns the label size of the specified view in the given graph. |
Rectangle2D |
EdgeRenderer.getPaintBounds(EdgeView view)
Returns the bounds of the edge shape without label |
List |
Edge.Routing.route(EdgeView edge)
Returns the points to be used for the edge. |
int |
Edge.Routing.getPreferredLineStyle(EdgeView edge)
Returns the preferred line style for this routing. |
Point2D |
VertexView.getPerimeterPoint(EdgeView edge,
Point2D source,
Point2D p)
Returns the intersection of the bounding rectangle and the straight line between the source and the specified point p. |
Point2D |
AbstractCellView.getPerimeterPoint(EdgeView edge,
Point2D source,
Point2D p)
Returns the intersection of the bounding rectangle and the straight line between the source and the specified point p. |
Point2D |
CellView.getPerimeterPoint(EdgeView edge,
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 EdgeView | |
EdgeView.EdgeHandle(EdgeView edge,
GraphContext ctx)
|
|
JGraph |
||||||||||
PREV NEXT | FRAMES NO FRAMES |