Uses of Interface
com.github.weisj.jsvg.renderer.awt.PlatformSupport
Packages that use PlatformSupport
Package
Description
-
Uses of PlatformSupport in com.github.weisj.jsvg
Methods in com.github.weisj.jsvg with parameters of type PlatformSupportModifier and TypeMethodDescriptionprivate 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 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 PlatformSupportModifier and TypeMethodDescriptionboolean
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 PlatformSupportMethods in com.github.weisj.jsvg.renderer that return PlatformSupportMethods in com.github.weisj.jsvg.renderer with parameters of type PlatformSupportModifier and TypeMethodDescriptionstatic @NotNull RenderContext
RenderContext.createInitial
(@NotNull PlatformSupport awtSupport, @NotNull MeasureContext measureContext) Constructors in com.github.weisj.jsvg.renderer with parameters of type PlatformSupportModifierConstructorDescription(package private)
RenderContext
(@NotNull PlatformSupport platformSupport, @NotNull AffineTransform rootTransform, @NotNull 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 PlatformSupportModifier and TypeClassDescriptionfinal class
final class
Deprecated.final class
AwtComponentPlatformSupport
instead.