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 floatSVGDocument. computePlatformFontSize(@NotNull PlatformSupport platformSupport, @NotNull Output output)private @NotNull RenderContextSVGDocument. prepareRenderContext(@NotNull PlatformSupport platformSupport, @NotNull Output output, @Nullable ViewBox bounds, @Nullable AnimationState animationState)voidSVGDocument. renderWithPlatform(@NotNull PlatformSupport platformSupport, @NotNull Output output, @Nullable ViewBox bounds)voidSVGDocument. renderWithPlatform(@NotNull PlatformSupport platformSupport, @NotNull Output output, @Nullable ViewBox bounds, @Nullable AnimationState animationState)voidSVGDocument. 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 classNullPlatformSupportFields in com.github.weisj.jsvg.renderer declared as PlatformSupport Modifier and Type Field Description private @NotNull PlatformSupportRenderContext. platformSupportMethods in com.github.weisj.jsvg.renderer that return PlatformSupport Modifier and Type Method Description @NotNull PlatformSupportRenderContext. platformSupport()Methods in com.github.weisj.jsvg.renderer with parameters of type PlatformSupport Modifier and Type Method Description private static @NotNull RenderContextRenderContext. 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 classAwtComponentPlatformSupport -
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 RenderContextRenderContextAccessor.Accessor. createInitial(@NotNull PlatformSupport awtSupport, @NotNull MeasureContext measureContext)
-