JGraph
v5.5.3


Deprecated API

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.PortView.getLocation(EdgeView)
          Use PortView.getLocation() or PortView.getLocation(EdgeView, Point2D) instead. 
org.jgraph.graph.DefaultGraphModel.getUserObject(Object)
          Use GraphModel.getValue(Object) instead. 
 


JGraph
v5.5.3


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