Uses of Interface
com.github.weisj.jsvg.renderer.awt.PlatformSupport
-
Packages that use PlatformSupport Package Description com.github.weisj.jsvg com.github.weisj.jsvg.parser com.github.weisj.jsvg.renderer com.github.weisj.jsvg.renderer.awt -
-
Uses of PlatformSupport in com.github.weisj.jsvg
Methods in com.github.weisj.jsvg with parameters of type PlatformSupport Modifier and Type Method Description private float
SVGDocument. computePlatformFontSize(@NotNull PlatformSupport platformSupport, @NotNull Output output)
private @NotNull RenderContext
SVGDocument. prepareRenderContext(@NotNull PlatformSupport platformSupport, @NotNull Output output, @Nullable ViewBox bounds)
void
SVGDocument. renderWithPlatform(@NotNull PlatformSupport platformSupport, @NotNull Output output, @Nullable ViewBox bounds)
void
SVGDocument. renderWithPlatform(@NotNull PlatformSupport platformSupport, @NotNull java.awt.Graphics2D graphics2D, @Nullable ViewBox bounds)
-
Uses of PlatformSupport in com.github.weisj.jsvg.parser
Methods in com.github.weisj.jsvg.parser with parameters of type PlatformSupport Modifier and Type Method Description boolean
SwingUIFuture. checkIfReady(@NotNull PlatformSupport platformSupport)
boolean
UIFuture. checkIfReady(@NotNull PlatformSupport platformSupport)
boolean
ValueUIFuture. checkIfReady(@NotNull PlatformSupport platformSupport)
-
Uses of PlatformSupport in com.github.weisj.jsvg.renderer
Fields in com.github.weisj.jsvg.renderer declared as PlatformSupport Modifier and Type Field Description private @NotNull PlatformSupport
RenderContext. awtSupport
Methods in com.github.weisj.jsvg.renderer that return PlatformSupport Modifier and Type Method Description @NotNull PlatformSupport
RenderContext. platformSupport()
Methods in com.github.weisj.jsvg.renderer with parameters of type PlatformSupport Modifier and Type Method Description static @NotNull RenderContext
RenderContext. createInitial(@NotNull PlatformSupport awtSupport, @NotNull MeasureContext measureContext)
Constructors in com.github.weisj.jsvg.renderer with parameters of type PlatformSupport Constructor Description RenderContext(@NotNull PlatformSupport platformSupport, @NotNull java.awt.geom.AffineTransform rootTransform, @NotNull java.awt.geom.AffineTransform userSpaceTransform, @NotNull PaintContext paintContext, @NotNull MeasureContext measureContext, @NotNull FontRenderContext fontRenderContext, @NotNull MeasurableFontSpec fontSpec, @NotNull FillRule fillRule, @Nullable ContextElementAttributes contextElementAttributes)
-
Uses of PlatformSupport in com.github.weisj.jsvg.renderer.awt
Classes in com.github.weisj.jsvg.renderer.awt that implement PlatformSupport Modifier and Type Class Description class
AwtComponentPlatformSupport
class
JComponentPlatformSupport
Deprecated.UseAwtComponentPlatformSupport
instead.class
NullPlatformSupport
-