Class NullPlatformSupport
- java.lang.Object
-
- com.github.weisj.jsvg.renderer.awt.NullPlatformSupport
-
- All Implemented Interfaces:
PlatformSupport
public final class NullPlatformSupport extends java.lang.Object implements PlatformSupport
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.github.weisj.jsvg.renderer.awt.PlatformSupport
PlatformSupport.TargetSurface
-
-
Field Summary
Fields Modifier and Type Field Description static NullPlatformSupport
INSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description NullPlatformSupport()
Deprecated.preferINSTANCE
field usageprivate
NullPlatformSupport(boolean noDeprecation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @Nullable java.awt.image.ImageObserver
imageObserver()
@Nullable PlatformSupport.TargetSurface
targetSurface()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.weisj.jsvg.renderer.awt.PlatformSupport
createImage, fontSize, isLongLived
-
-
-
-
Field Detail
-
INSTANCE
public static final NullPlatformSupport INSTANCE
-
-
Constructor Detail
-
NullPlatformSupport
@Deprecated public NullPlatformSupport()
Deprecated.preferINSTANCE
field usage
-
NullPlatformSupport
private NullPlatformSupport(boolean noDeprecation)
-
-
Method Detail
-
imageObserver
@Nullable public @Nullable java.awt.image.ImageObserver imageObserver()
- Specified by:
imageObserver
in interfacePlatformSupport
-
targetSurface
@Nullable public @Nullable PlatformSupport.TargetSurface targetSurface()
- Specified by:
targetSurface
in interfacePlatformSupport
-
-