Package com.nomagic.magicdraw.ui.zoom
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
zoomTo(float zoomFactor)
-