Deprecated API

Contents

Deprecated Fields

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

Deprecated Methods

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

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