Interface Zoomable

All Known Implementing Classes:
AdornmentNodeRenderer, com.nomagic.awt.HighlightTreeCellRenderer, com.nomagic.awt.StyledColorLabelTreeCellRenderer

@OpenApiAll public interface Zoomable
Interface for components that are able to paint their contents scaled (zoomed). zoomTo() method is only called then zoom factor changes. By default zoom factor is considered to be 1, and zoomTo(1) may not be called initially.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    zoomTo(float zoomFactor)
     
  • Method Details

    • zoomTo

      void zoomTo(float zoomFactor)