JGraph
v5.13.0.4


com.jgraph.layout.graph
Class JGraphAnnealingLayout

java.lang.Object
  extended by com.jgraph.layout.organic.JGraphOrganicLayout
      extended by com.jgraph.layout.graph.JGraphAnnealingLayout
All Implemented Interfaces:
JGraphLayout, JGraphLayout.Stoppable

Deprecated. use JGraphOrganicLayout instead

public class JGraphAnnealingLayout
extends JGraphOrganicLayout


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jgraph.layout.organic.JGraphOrganicLayout
JGraphOrganicLayout.CellWrapper
 
Nested classes/interfaces inherited from interface com.jgraph.layout.JGraphLayout
JGraphLayout.Stoppable
 
Field Summary
 
Fields inherited from class com.jgraph.layout.organic.JGraphOrganicLayout
approxNodeDimensions, averageNodeArea, borderLineCostFactor, boundsHeight, boundsWidth, boundsX, boundsY, e, edgeCrossingCostFactor, edgeDistanceCostFactor, edgeLengthCostFactor, facade, fineTuningRadius, initialMoveRadius, isDeterministic, isFineTuning, isOptimizeBorderLine, isOptimizeEdgeCrossing, isOptimizeEdgeDistance, isOptimizeEdgeLength, isOptimizeNodeDistribution, iteration, maxDistanceLimit, maxDistanceLimitSquared, maxIterations, minDistanceLimit, minDistanceLimitSquared, minMoveRadius, moveRadius, nodeDistributionCostFactor, progress, radiusScaleFactor, triesPerCell, unchangedEnergyRoundCount, unchangedEnergyRoundTermination, v
 
Fields inherited from interface com.jgraph.layout.JGraphLayout
VERSION
 
Constructor Summary
JGraphAnnealingLayout()
          Deprecated. use JGraphOrganicLayout instead
JGraphAnnealingLayout(java.awt.geom.Rectangle2D bounds)
          Deprecated. Constructor for SimulatedAnnealingAlgorithm.
 
Method Summary
 java.lang.String toString()
          Deprecated. Returns Annealing, the name of this algorithm.
 
Methods inherited from class com.jgraph.layout.organic.JGraphOrganicLayout
calcEnergyDelta, createPermutation, getAdditionFactorsEnergy, getAverageNodeArea, getBorderline, getBorderLineCostFactor, getConnectedEdges, getEdgeCrossing, getEdgeCrossingAffectedEdges, getEdgeCrossingCostFactor, getEdgeDistanceAffectedNodes, getEdgeDistanceCostFactor, getEdgeDistanceFromEdge, getEdgeDistanceFromNode, getEdgeLength, getEdgeLengthAffectedEdges, getEdgeLengthCostFactor, getFineTuningRadius, getInitialMoveRadius, getMaxDistanceLimit, getMaxIterations, getMinDistanceLimit, getMinMoveRadius, getNodeDistribution, getNodeDistributionCostFactor, getProgress, getRadiusScaleFactor, getRelevantEdges, getTriesPerCell, getUnchangedEnergyRoundTermination, isApproxNodeDimensions, isDeterministic, isFineTuning, isOptimizeBorderLine, isOptimizeEdgeCrossing, isOptimizeEdgeDistance, isOptimizeEdgeLength, isOptimizeNodeDistribution, performRound, run, setApproxNodeDimensions, setAverageNodeArea, setBorderLineCostFactor, setDeterministic, setEdgeCrossingCostFactor, setEdgeDistanceCostFactor, setEdgeLengthCostFactor, setFineTuning, setFineTuningRadius, setInitialMoveRadius, setLoggerLevel, setMaxDistanceLimit, setMaxIterations, setMinDistanceLimit, setMinMoveRadius, setNodeDistributionCostFactor, setOptimizeBorderLine, setOptimizeEdgeCrossing, setOptimizeEdgeDistance, setOptimizeEdgeLength, setOptimizeNodeDistribution, setRadiusScaleFactor, setTriesPerCell, setUnchangedEnergyRoundTermination
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JGraphAnnealingLayout

public JGraphAnnealingLayout()
Deprecated. use JGraphOrganicLayout instead


JGraphAnnealingLayout

public JGraphAnnealingLayout(java.awt.geom.Rectangle2D bounds)
Deprecated. 
Constructor for SimulatedAnnealingAlgorithm.

Method Detail

toString

public java.lang.String toString()
Deprecated. 
Returns Annealing, the name of this algorithm.

Overrides:
toString in class JGraphOrganicLayout

JGraph
v5.13.0.4


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