JGraph
v5.12.4.2


Deprecated API

Deprecated Fields
org.jgraph.graph.GraphLayoutCache.reconnectsEdgesToVisibleParent
          edges are moved to parent view and back automatically 
 

Deprecated Methods
org.jgraph.graph.DefaultGraphCell.changeAttributes(Map)
          Use getAttributes().applyMap 
org.jgraph.graph.GraphCell.changeAttributes(Map)
          Use getAttributes().applyMap 
org.jgraph.graph.DefaultCellViewFactory.createEdgeView(Edge)
          replaced by DefaultCellViewFactory.createEdgeView(Object)since JGraph no longer exposes dependecies on GraphCell subclasses (Port, Edge) 
org.jgraph.graph.DefaultCellViewFactory.createPortView(Port)
          replaced by DefaultCellViewFactory.createPortView(Object)since JGraph no longer exposes dependecies on GraphCell subclasses (Port, Edge) 
org.jgraph.graph.VertexView.getCenterPoint()
          replaced by AbstractCellView.getCenterPoint(CellView vertex) 
org.jgraph.graph.ConnectionSet.getChangedEdges()
          Use getEdges 
org.jgraph.graph.VertexView.getPerimeterPoint(Point2D, Point2D)
          replaced by VertexView.getPerimeterPoint(EdgeView edge, Point2D source, Point2D p) 
org.jgraph.graph.DefaultGraphModel.getUserObject(Object)
          Use GraphModel.getValue(Object) instead. 
org.jgraph.graph.GraphLayoutCache.isReconnectsEdgesToVisibleParent()
          edges are moved to parent view and back automatically 
org.jgraph.util.ParallelEdgeRouter.setGraph(JGraph)
          graph instance retained internally 
org.jgraph.graph.GraphLayoutCache.setReconnectsEdgesToVisibleParent(boolean)
          edges are moved to parent view and back automatically 
 


JGraph
v5.12.4.2


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