Interface PlatformSupport
- All Known Implementing Classes:
AwtComponentPlatformSupport
,JComponentPlatformSupport
,NullPlatformSupport
public interface PlatformSupport
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault @NotNull Image
createImage
(@NotNull ImageProducer imageProducer) default float
fontSize()
@Nullable ImageObserver
default boolean
@Nullable PlatformSupport.TargetSurface
-
Method Details
-
imageObserver
-
targetSurface
-
fontSize
default float fontSize() -
createImage
-
isLongLived
default boolean isLongLived()
-