Interface ScalingControl

    • Method Detail

      • scale

        @Deprecated
        default void scale​(VisualizationServer<?,​?> vv,
                           double amount,
                           Point2D at)
        Deprecated.
        zoom the display in or out
        Parameters:
        vv - the VisualizationViewer
        amount - how much to adjust scale by
        at - where to adjust scale from
      • scale

        void scale​(VisualizationServer<?,​?> vv,
                   double horizontalAmount,
                   double verticalAmount,
                   Point2D at)
        zoom the display in or out
        Parameters:
        vv - the VisualizationViewer
        horizontalAmount - how much to adjust horizontal scale by
        verticalAmount - how much to adjust vertical scale by
        at - where to adjust scale from