Interface ScalableFigure

All Superinterfaces:
IFigure
All Known Subinterfaces:
IScalablePane
All Known Implementing Classes:
ScalableFreeformLayeredPane, ScalableLayeredPane

public interface ScalableFigure extends IFigure
A figure that can be scaled.
Since:
2.1.1
  • Method Details

    • getScale

      double getScale()
      Returns the current scale.
      Returns:
      the current scale
    • setScale

      void setScale(double scale)
      Sets the new scale factor.
      Parameters:
      scale - the scale