Uses of Class
org.jgraph.graph.EdgeView
Packages that use EdgeView
Package
Description
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 EdgeViewModifier and TypeFieldDescriptionprotected EdgeView
EdgeView.EdgeHandle.edge
protected EdgeView
EdgeView.EdgeHandle.orig
protected EdgeView
EdgeView.EdgeHandle.relevantEdge
protected EdgeView
EdgeRenderer.view
Cache the current edgeview for drawingMethods in org.jgraph.graph that return EdgeViewModifier and TypeMethodDescriptionprotected EdgeView
DefaultCellViewFactory.createEdgeView
(Object cell) Constructs an EdgeView view for the specified object.protected EdgeView
DefaultCellViewFactory.createEdgeView
(Edge cell) Deprecated.Methods in org.jgraph.graph with parameters of type EdgeViewModifier and TypeMethodDescriptionprotected ConnectionSet
EdgeView.EdgeHandle.createConnectionSet
(EdgeView view, boolean verbose) EdgeRenderer.getExtraLabelBounds
(JGraph paintingContext, EdgeView view, int index) Returns the label bounds of the specified view in the given graph.EdgeRenderer.getExtraLabelPosition
(EdgeView view, int index) Returns the label position of the specified view in the given graph.EdgeRenderer.getExtraLabelSize
(JGraph paintingContext, EdgeView view, int index) Returns the label size of the specified view in the given graph.EdgeRenderer.getLabelBounds
(JGraph paintingContext, EdgeView view) Returns the label bounds of the specified view in the given graph.EdgeRenderer.getLabelPosition
(EdgeView view) Returns the label position of the specified view in the given graph.EdgeRenderer.getLabelSize
(EdgeView view, String label) Returns the label size of the specified view in the given graph.PortView.getLocation
(EdgeView edge) For backwards compatibility.PortView.getLocation
(EdgeView edge, Point2D nearest) Returns the point that the port represents with respect toedge
andpoint
, which is the nearest point to this port view on the edge.EdgeRenderer.getPaintBounds
(EdgeView view) Returns the bounds of the edge shape without labelAbstractCellView.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.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.EdgeView.getPerimeterPoint
(EdgeView edge, Point2D source, Point2D p) 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.int
DefaultEdge.LoopRouting.getPreferredLineStyle
(EdgeView edge) int
Edge.Routing.getPreferredLineStyle
(EdgeView edge) Returns the preferred line style for this routing.protected Point2D
EdgeView.EdgeHandle.getRelativeLabelPosition
(EdgeView edge, Point2D p) protected void
EdgeView.EdgeHandle.reloadPoints
(EdgeView edge) DefaultEdge.LoopRouting.route
(GraphLayoutCache cache, EdgeView edge) Edge.Routing.route
(GraphLayoutCache cache, EdgeView edge) Returns the points to be used for the edge.protected List
DefaultEdge.DefaultRouting.routeEdge
(GraphLayoutCache cache, EdgeView edge) protected List
DefaultEdge.LoopRouting.routeEdge
(GraphLayoutCache cache, EdgeView edge) protected List
DefaultEdge.LoopRouting.routeLoop
(GraphLayoutCache cache, EdgeView edge) protected boolean
PortView.shouldInvokePortMagic
(EdgeView edge) Subclassers can override this to decide whether or not "port magic" should appear on a given edge.Constructors in org.jgraph.graph with parameters of type EdgeView -
Uses of EdgeView in org.jgraph.util
Methods in org.jgraph.util with parameters of type EdgeViewModifier and TypeMethodDescriptionprotected Object[]
ParallelEdgeRouter.getParallelEdges
(GraphLayoutCache cache, EdgeView edge, CellView cellView1, CellView cellView2) Getter to obtain the list of parallel edgesParallelEdgeRouter.routeEdge
(GraphLayoutCache cache, EdgeView edge) Calc of intermediates points
DefaultCellViewFactory.createEdgeView(Object)
since JGraph no longer exposes dependecies on GraphCell subclasses (Port, Edge)