Package gui

Interface Zoomable

All Known Implementing Classes:
Page

public interface Zoomable
Interface implemented by Nodes that are able to scale larger or smaller, creating a zooming appearance in the GUI. Implementors must be able to zoom to a given scale factor, and also have some consistent way of zooming in or out given an input specifying in or out.
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    default void
     
    default void
    zoomToFactor(double zoomFactor)
     
  • Method Details

    • zoomToFactor

      default void zoomToFactor(double zoomFactor)
    • zoomInOrOut

      default void zoomInOrOut(String inOrOut)
    • centerPage

      default void centerPage()