Interface IScalablePane

All Superinterfaces:
IFigure, ScalableFigure
All Known Implementing Classes:
ScalableFreeformLayeredPane, ScalableLayeredPane

public interface IScalablePane extends ScalableFigure
Interface for scaleable panes which provides the default functionality for deciding if a scaled graphics or the given graphics should be used for drawing.
Since:
3.13
  • Method Details

    • useScaledGraphics

      boolean useScaledGraphics()
    • optimizeClip

      boolean optimizeClip()
    • getScaledRect

      default Rectangle getScaledRect(Rectangle rect)