-
- All Known Implementing Classes:
AwtComponentPlatformSupport,NullPlatformSupport
public interface PlatformSupport
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePlatformSupport.TargetSurface
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default @NotNull java.awt.ImagecreateImage(@NotNull java.awt.image.ImageProducer imageProducer)default floatfontSize()@Nullable java.awt.image.ImageObserverimageObserver()default booleanisLongLived()@Nullable PlatformSupport.TargetSurfacetargetSurface()
-
-
-
Method Detail
-
imageObserver
@Nullable @Nullable java.awt.image.ImageObserver imageObserver()
-
targetSurface
@Nullable @Nullable PlatformSupport.TargetSurface targetSurface()
-
fontSize
default float fontSize()
-
createImage
@NotNull default @NotNull java.awt.Image createImage(@NotNull @NotNull java.awt.image.ImageProducer imageProducer)
-
isLongLived
default boolean isLongLived()
-
-