JGraphLayout
v1.4.0.2


com.jgraph.layout.graph
Class JGraphAnnealingLayout

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

Deprecated. use JGraphOrganicLayout instead

public class JGraphAnnealingLayout
extends JGraphOrganicLayout


Nested Class Summary
 
Nested classes inherited from class com.jgraph.layout.organic.JGraphOrganicLayout
JGraphOrganicLayout.CellWrapper
 
Nested classes inherited from class 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(Rectangle2D bounds)
          Deprecated. Constructor for SimulatedAnnealingAlgorithm.
 
Method Summary
 String toString()
          Deprecated. Returns Annealing, the name of this algorithm.
 
Methods inherited from class com.jgraph.layout.organic.JGraphOrganicLayout
calcEnergyDelta, createPermutation, 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, isDeterministic, isFineTuning, isOptimizeBorderLine, isOptimizeEdgeCrossing, isOptimizeEdgeDistance, isOptimizeEdgeLength, isOptimizeNodeDistribution, performRound, run, 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(Rectangle2D bounds)
Deprecated. 
Constructor for SimulatedAnnealingAlgorithm.

Method Detail

toString

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

Overrides:
toString in class JGraphOrganicLayout

JGraphLayout
v1.4.0.2


Copyright (C) 2005 JGraph.com. All rights reserved.