Class LayoutScalingControl

  • All Implemented Interfaces:
    ScalingControl

    public class LayoutScalingControl
    extends Object
    implements ScalingControl
    LayoutScalingControl applies a scaling transformation to the graph layout. The Vertices get closer or farther apart, but do not themselves change size. ScalingGraphMouse uses MouseWheelEvents to apply the scaling.
    Author:
    Tom Nelson
    • Field Detail

      • minScale

        protected double minScale
      • maxScale

        protected double maxScale
    • Constructor Detail

      • LayoutScalingControl

        public LayoutScalingControl()
    • Method Detail

      • scale

        public void scale​(VisualizationServer<?,​?> vv,
                          double horizontalAmount,
                          double verticalAmount,
                          Point2D from)
        zoom the display in or out, depending on the direction of the mouse wheel motion.
        Specified by:
        scale in interface ScalingControl
        Parameters:
        vv - the VisualizationViewer
        horizontalAmount - how much to adjust horizontal scale by
        verticalAmount - how much to adjust vertical scale by
        from - where to adjust scale from