Class AbsoluteCrossoverScalingControl

  • All Implemented Interfaces:
    ScalingControl

    public class AbsoluteCrossoverScalingControl
    extends CrossoverScalingControl
    implements ScalingControl
    scales to the absolute value passed as an argument. It first resets the scaling transformers, then uses the relative CrossoverScalingControl to achieve the absolute value.
    • Constructor Detail

      • AbsoluteCrossoverScalingControl

        public AbsoluteCrossoverScalingControl()
    • Method Detail

      • scale

        public void scale​(VisualizationViewer<?,​?> vv,
                          float amount,
                          java.awt.geom.Point2D at)
        scale to the absolute value passed as 'amount'.