Interface PlatformSupport
-
- All Known Implementing Classes:
AwtComponentPlatformSupport
,JComponentPlatformSupport
,NullPlatformSupport
public interface PlatformSupport
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
PlatformSupport.TargetSurface
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default @NotNull java.awt.Image
createImage(@NotNull java.awt.image.ImageProducer imageProducer)
default float
fontSize()
@Nullable java.awt.image.ImageObserver
imageObserver()
default boolean
isLongLived()
@Nullable PlatformSupport.TargetSurface
targetSurface()
-
-
-
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()
-
-