|
JGraph |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EdgeView | |
---|---|
org.jgraph | JGraph's topmost package which contains the JGraph class. |
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 |
---|
Methods in org.jgraph that return EdgeView | |
---|---|
protected EdgeView |
JGraph.createEdgeView(JGraph graph,
CellMapper mapper,
Edge cell)
Deprecated. replaced by #createEdgeView(Object,CellMapper) since
JGraph no longer exposes dependecies on GraphCell subclasses
(Port, Edge) |
protected EdgeView |
JGraph.createEdgeView(JGraph graph,
CellMapper mapper,
java.lang.Object cell)
Constructs an EdgeView view for the specified object. |
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 with parameters of type EdgeView | |
---|---|
protected ConnectionSet |
EdgeView.EdgeHandle.createConnectionSet(EdgeView view,
java.lang.Object edge,
boolean verbose)
|
protected java.awt.geom.Point2D |
PortView.getEdgePoint(EdgeView view,
int index)
Returns the point of edge at index
index . |
java.awt.geom.Rectangle2D |
EdgeRenderer.getLabelBounds(EdgeView view)
Returns the label bounds of the specified view in the given graph. |
java.awt.geom.Point2D |
EdgeRenderer.getLabelPosition(EdgeView view)
Returns the label position of the specified view in the given graph. |
java.awt.Dimension |
EdgeRenderer.getLabelSize(EdgeView view)
Returns the label size of the specified view in the given graph. |
java.awt.geom.Point2D |
PortView.getLocation(EdgeView edge)
Returns the point that the port represents with respect to edge . |
protected java.awt.geom.Point2D |
PortView.getNextPoint(EdgeView edge)
Returns the point that is closest to the port view on edge . |
java.awt.geom.Rectangle2D |
EdgeRenderer.getPaintBounds(EdgeView view)
Returns the bounds of the edge shape without label |
protected void |
EdgeView.EdgeHandle.reloadPoints(EdgeView edge)
|
void |
DefaultEdge.DefaultRouting.route(EdgeView edge,
java.util.List points)
|
void |
Edge.Routing.route(EdgeView edge,
java.util.List points)
|
Constructors in org.jgraph.graph with parameters of type EdgeView | |
---|---|
EdgeView.EdgeHandle(EdgeView edge,
GraphContext ctx)
|
|
JGraph |
|||||||||
PREV NEXT | FRAMES NO FRAMES |