public class JGraphAnnealingLayout extends JGraphOrganicLayout
JGraphOrganicLayout.CellWrapper
JGraphLayout.Stoppable
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
VERSION
Constructor and Description |
---|
JGraphAnnealingLayout()
Deprecated.
use JGraphOrganicLayout instead
|
JGraphAnnealingLayout(java.awt.geom.Rectangle2D bounds)
Deprecated.
Constructor for SimulatedAnnealingAlgorithm.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Deprecated.
Returns
Annealing , the name of this algorithm. |
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
public JGraphAnnealingLayout()
public JGraphAnnealingLayout(java.awt.geom.Rectangle2D bounds)
public java.lang.String toString()
Annealing
, the name of this algorithm.toString
in class JGraphOrganicLayout
Copyright (C) 2001-2009 JGraph Ltd. All rights reserved.