Class CLLayoutContext

  • All Implemented Interfaces:
    org.cytoscape.work.TunableValidator

    public class CLLayoutContext
    extends Object
    implements org.cytoscape.work.TunableValidator
    • Field Detail

      • edgeWeighter

        public org.cytoscape.view.layout.EdgeWeighter edgeWeighter
      • numIterations

        public int numIterations
      • numIterationsEdgeRepulsive

        public int numIterationsEdgeRepulsive
      • defaultSpringCoefficient

        public double defaultSpringCoefficient
      • defaultSpringLength

        public double defaultSpringLength
      • defaultNodeMass

        public double defaultNodeMass
      • isDeterministic

        public boolean isDeterministic
      • fromScratch

        public boolean fromScratch
      • singlePartition

        public boolean singlePartition
    • Constructor Detail

      • CLLayoutContext

        public CLLayoutContext()
    • Method Detail

      • getValidationState

        public org.cytoscape.work.TunableValidator.ValidationState getValidationState​(Appendable errMsg)
        Specified by:
        getValidationState in interface org.cytoscape.work.TunableValidator