Interface PlatformSupport

All Known Implementing Classes:
AwtComponentPlatformSupport, JComponentPlatformSupport, NullPlatformSupport

public interface PlatformSupport
  • Method Details

    • imageObserver

      @Nullable @Nullable ImageObserver imageObserver()
    • targetSurface

      @Nullable @Nullable PlatformSupport.TargetSurface targetSurface()
    • fontSize

      default float fontSize()
    • createImage

      @NotNull default @NotNull Image createImage(@NotNull @NotNull ImageProducer imageProducer)
    • isLongLived

      default boolean isLongLived()