Class JComponentPlatformSupport
- java.lang.Object
-
- com.github.weisj.jsvg.renderer.awt.JComponentPlatformSupport
-
- All Implemented Interfaces:
PlatformSupport
@Deprecated public final class JComponentPlatformSupport extends java.lang.Object implements PlatformSupport
Deprecated.UseAwtComponentPlatformSupport
instead.
-
-
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 private @NotNull AwtComponentPlatformSupport
impl
Deprecated.
-
Constructor Summary
Constructors Constructor Description JComponentPlatformSupport(@NotNull javax.swing.JComponent component)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description @NotNull java.awt.Image
createImage(@NotNull java.awt.image.ImageProducer imageProducer)
Deprecated.float
fontSize()
Deprecated.@NotNull java.awt.image.ImageObserver
imageObserver()
Deprecated.boolean
isLongLived()
Deprecated.@NotNull PlatformSupport.TargetSurface
targetSurface()
Deprecated.java.lang.String
toString()
Deprecated.
-
-
-
Field Detail
-
impl
@NotNull private final @NotNull AwtComponentPlatformSupport impl
Deprecated.
-
-
Method Detail
-
fontSize
public float fontSize()
Deprecated.- Specified by:
fontSize
in interfacePlatformSupport
-
targetSurface
@NotNull public @NotNull PlatformSupport.TargetSurface targetSurface()
Deprecated.- Specified by:
targetSurface
in interfacePlatformSupport
-
isLongLived
public boolean isLongLived()
Deprecated.- Specified by:
isLongLived
in interfacePlatformSupport
-
imageObserver
@NotNull public @NotNull java.awt.image.ImageObserver imageObserver()
Deprecated.- Specified by:
imageObserver
in interfacePlatformSupport
-
createImage
@NotNull public @NotNull java.awt.Image createImage(@NotNull @NotNull java.awt.image.ImageProducer imageProducer)
Deprecated.- Specified by:
createImage
in interfacePlatformSupport
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toString
in classjava.lang.Object
-
-