JGraph
v5.13.0.4


Deprecated API


Contents
Deprecated Classes
com.jgraph.layout.graph.JGraphAnnealingLayout
          use JGraphOrganicLayout instead 
com.jgraph.layout.graph.JGraphFRLayout
          use JGraphFastOrganicLayout instead 
com.jgraph.layout.graph.JGraphISOMLayout
          use JGraphSelfOrganizingOrganicLayout instead 
com.jgraph.layout.tree.JGraphMoenLayout
          use JGraphCompactTreeLayout instead 
com.jgraph.layout.graph.JGraphSpringLayout
          use JGraphFastOrganicLayout instead 
 

Deprecated Fields
com.jgraph.layout.tree.JGraphCompactTreeLayout.DEFAULT_ORIENTATION
          use SwingConstants compass directions instead 
com.jgraph.layout.tree.JGraphCompactTreeLayout.LEFT_TO_RIGHT
          use SwingConstants.WEST instead 
org.jgraph.graph.GraphLayoutCache.reconnectsEdgesToVisibleParent
          edges are moved to parent view and back automatically 
com.jgraph.layout.tree.JGraphCompactTreeLayout.UP_TO_DOWN
          use SwingConstants.NORTH instead 
 

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) 
com.jgraph.layout.JGraphFacade.createNestedMap(Map)
          as of version 1.1 
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 
com.jgraph.layout.tree.JGraphCompactTreeLayout.getChildParentDistance()
          use getLevelDistance 
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 
com.jgraph.layout.tree.JGraphCompactTreeLayout.setChildParentDistance(double)
          use setLevelDistance 
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 
 

Deprecated Constructors
com.jgraph.layout.graph.JGraphAnnealingLayout()
          use JGraphOrganicLayout instead 
com.jgraph.layout.graph.JGraphFRLayout()
          use JGraphFastOrganicLayout instead 
com.jgraph.layout.graph.JGraphISOMLayout()
          use JGraphSelfOrganizingOrganicLayout instead 
com.jgraph.layout.tree.JGraphMoenLayout()
          use JGraphCompactTreeLayout instead 
 


JGraph
v5.13.0.4


Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.