|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EdgeView | |
com.jgraph | JGraph's topmost package which contains the JGraph class. |
com.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 com.jgraph |
Methods in com.jgraph that return EdgeView | |
protected EdgeView |
JGraph.createEdgeView(Edge e,
CellMapper cm)
Constructs an EdgeView view for the specified object. |
Uses of EdgeView in com.jgraph.graph |
Fields in com.jgraph.graph declared as EdgeView | |
protected EdgeView |
EdgeRenderer.view
Cache the current edgeview for drawing |
protected EdgeView |
EdgeView.EdgeHandle.edge
|
protected EdgeView |
EdgeView.EdgeHandle.relevantEdge
|
Methods in com.jgraph.graph with parameters of type EdgeView | |
java.awt.Rectangle |
EdgeRenderer.getLabelBounds(EdgeView view)
Returns the label bounds of the specified view in the given graph. |
java.awt.Point |
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.Rectangle |
EdgeRenderer.getPaintBounds(EdgeView view)
Returns the bounds of the edge shape without label |
protected void |
EdgeView.EdgeHandle.reloadPoints(EdgeView edge)
|
java.awt.Point |
PortView.getLocation(EdgeView edge)
Returns the point that the port represents with respect to edge . |
protected java.awt.Point |
PortView.getNextPoint(EdgeView edge)
Returns the point that is closest to the port view on edge . |
protected java.awt.Point |
PortView.getEdgePoint(EdgeView view,
int index)
Returns the point of edge at index
index . |
Constructors in com.jgraph.graph with parameters of type EdgeView | |
EdgeView.EdgeHandle(EdgeView edge,
GraphContext ctx)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |