JGraph
v5.12.0.4


Uses of Class
org.jgraph.graph.EdgeView

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. 
org.jgraph.util   
 

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(Edge cell)
          Deprecated. replaced by DefaultCellViewFactory.createEdgeView(Object)since JGraph no longer exposes dependecies on GraphCell subclasses (Port, Edge)
protected  EdgeView DefaultCellViewFactory.createEdgeView(java.lang.Object cell)
          Constructs an EdgeView view for the specified object.
 

Methods in org.jgraph.graph with parameters of type EdgeView
protected  ConnectionSet EdgeView.EdgeHandle.createConnectionSet(EdgeView view, boolean verbose)
           
 java.awt.geom.Rectangle2D EdgeRenderer.getExtraLabelBounds(JGraph paintingContext, EdgeView view, int index)
          Returns the label bounds of the specified view in the given graph.
 java.awt.geom.Point2D EdgeRenderer.getExtraLabelPosition(EdgeView view, int index)
          Returns the label position of the specified view in the given graph.
 java.awt.Dimension EdgeRenderer.getExtraLabelSize(JGraph paintingContext, EdgeView view, int index)
          Returns the label size of the specified view in the given graph.
 java.awt.geom.Rectangle2D EdgeRenderer.getLabelBounds(JGraph paintingContext, 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, java.lang.String label)
          Returns the label size of the specified view in the given graph.
 java.awt.geom.Point2D PortView.getLocation(EdgeView edge)
          For backwards compatibility.
 java.awt.geom.Point2D PortView.getLocation(EdgeView edge, java.awt.geom.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.
 java.awt.geom.Rectangle2D EdgeRenderer.getPaintBounds(EdgeView view)
          Returns the bounds of the edge shape without label
 java.awt.geom.Point2D VertexView.getPerimeterPoint(EdgeView edge, 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.
 java.awt.geom.Point2D EdgeView.getPerimeterPoint(EdgeView edge, java.awt.geom.Point2D source, java.awt.geom.Point2D p)
           
 java.awt.geom.Point2D AbstractCellView.getPerimeterPoint(EdgeView edge, 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.
 java.awt.geom.Point2D CellView.getPerimeterPoint(EdgeView edge, 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.
 int DefaultEdge.LoopRouting.getPreferredLineStyle(EdgeView edge)
           
 int Edge.Routing.getPreferredLineStyle(EdgeView edge)
          Returns the preferred line style for this routing.
protected  java.awt.geom.Point2D EdgeRenderer.getRelativeLabelPosition(EdgeView edge, java.awt.geom.Point2D geometry)
           
protected  java.awt.geom.Point2D EdgeView.EdgeHandle.getRelativeLabelPosition(EdgeView edge, java.awt.geom.Point2D p)
           
protected  void EdgeView.EdgeHandle.reloadPoints(EdgeView edge)
           
 java.util.List DefaultEdge.LoopRouting.route(GraphLayoutCache cache, EdgeView edge)
           
 java.util.List Edge.Routing.route(GraphLayoutCache cache, EdgeView edge)
          Returns the points to be used for the edge.
protected  java.util.List DefaultEdge.LoopRouting.routeEdge(GraphLayoutCache cache, EdgeView edge)
           
protected  java.util.List DefaultEdge.DefaultRouting.routeEdge(GraphLayoutCache cache, EdgeView edge)
           
protected  java.util.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
EdgeView.EdgeHandle(EdgeView edge, GraphContext ctx)
           
 

Uses of EdgeView in org.jgraph.util
 

Methods in org.jgraph.util with parameters of type EdgeView
protected  java.lang.Object[] ParallelEdgeRouter.getParallelEdges(GraphLayoutCache cache, EdgeView edge, CellView cellView1, CellView cellView2)
          Getter to obtain the list of parallel edges
 java.util.List ParallelEdgeRouter.routeEdge(GraphLayoutCache cache, EdgeView edge)
          Calc of intermediates points
 


JGraph
v5.12.0.4


Copyright (C) 2001-2006 Gaudenz Alder. All rights reserved.