Interface IZoomCapable

All Known Implementing Classes:
ImagesControl, SingleImageControl

public interface IZoomCapable
Zoom capable components implement this interface.
Author:
Christopher Mindus
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    setZoom(double zoom)
    Sets the zoom level factor (larger than zero).
  • Method Details Link icon

    • setZoom Link icon

      void setZoom(double zoom)
      Sets the zoom level factor (larger than zero).