Uses of Interface
com.github.weisj.jsvg.renderer.PlatformSupport
-
-
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, @Nullable AnimationState animationState)
void
SVGDocument. renderWithPlatform(@NotNull PlatformSupport platformSupport, @NotNull Output output, @Nullable ViewBox bounds)
void
SVGDocument. renderWithPlatform(@NotNull PlatformSupport platformSupport, @NotNull Output output, @Nullable ViewBox bounds, @Nullable AnimationState animationState)
void
SVGDocument. renderWithPlatform(@NotNull PlatformSupport platformSupport, @NotNull java.awt.Graphics2D graphics2D, @Nullable ViewBox bounds)
-
Uses of PlatformSupport in com.github.weisj.jsvg.parser.resources
Methods in com.github.weisj.jsvg.parser.resources with parameters of type PlatformSupport Modifier and Type Method Description @NotNull java.util.Optional<@NotNull T>
ResourceSupplier. get(@NotNull PlatformSupport platformSupport)
-
Uses of PlatformSupport in com.github.weisj.jsvg.parser.resources.impl
Methods in com.github.weisj.jsvg.parser.resources.impl with parameters of type PlatformSupport Modifier and Type Method Description @NotNull java.util.Optional<@NotNull T>
ValueResourceSupplier. get(@NotNull PlatformSupport platformSupport)
-
Uses of PlatformSupport in com.github.weisj.jsvg.renderer
Classes in com.github.weisj.jsvg.renderer that implement PlatformSupport Modifier and Type Class Description class
NullPlatformSupport
Fields in com.github.weisj.jsvg.renderer declared as PlatformSupport Modifier and Type Field Description private @NotNull PlatformSupport
RenderContext. platformSupport
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 private 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, PaintContext paintContext, @NotNull MeasureContext measureContext, @NotNull FontRenderContext fontRenderContext, @NotNull MeasurableFontSpec fontSpec, @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
-
Uses of PlatformSupport in com.github.weisj.jsvg.renderer.impl.context
Methods in com.github.weisj.jsvg.renderer.impl.context with parameters of type PlatformSupport Modifier and Type Method Description @NotNull RenderContext
RenderContextAccessor.Accessor. createInitial(@NotNull PlatformSupport awtSupport, @NotNull MeasureContext measureContext)
-