JGraph
v5.2.1


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. 
 

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 #createEdgeView(Object,CellMapper)since JGraph no longer exposes dependecies on GraphCell subclasses (Port, Edge)
 

Methods in org.jgraph.graph with parameters of type EdgeView
 Point2D PortView.getLocation(EdgeView edge)
          Returns the point that the port represents with respect to edge.edge may be null.
protected  boolean PortView.shouldInvokePortMagic(EdgeView edge)
          Subclassers can override this to decide whether or not "port magic" should appear on a given edge.
protected  Point2D PortView.getNextPoint(EdgeView edge)
          Returns the point that is closest to the port view on edge.
protected  Point2D PortView.getEdgePoint(EdgeView view, int index)
          Returns the point of edge at index index.
 void Edge.Routing.route(EdgeView edge, List points)
           
protected  void EdgeView.EdgeHandle.reloadPoints(EdgeView edge)
           
protected  ConnectionSet EdgeView.EdgeHandle.createConnectionSet(EdgeView view, Object edge, boolean verbose)
           
 void DefaultEdge.DefaultRouting.route(EdgeView edge, List points)
           
 Rectangle2D EdgeRenderer.getLabelBounds(JGraph paintingContext, EdgeView view)
          Returns the label bounds of the specified view in the given graph.
 Rectangle2D EdgeRenderer.getExtraLabelBounds(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.getLabelSize(String label, EdgeView view)
          Returns the label size of the specified view in the given graph.
 Dimension EdgeRenderer.getExtraLabelSize(EdgeView view, int index)
          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
 

Constructors in org.jgraph.graph with parameters of type EdgeView
EdgeView.EdgeHandle(EdgeView edge, GraphContext ctx)
           
 


JGraph
v5.2.1


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