Uses of Interface
com.github.weisj.jsvg.renderer.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 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 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 -
Uses of PlatformSupport in com.github.weisj.jsvg.parser.resources.impl
Methods in com.github.weisj.jsvg.parser.resources.impl with parameters of type PlatformSupportModifier and TypeMethodDescriptionValueResourceSupplier.get(@NotNull PlatformSupport platformSupport) -
Uses of PlatformSupport in com.github.weisj.jsvg.renderer
Classes in com.github.weisj.jsvg.renderer that implement PlatformSupportFields in com.github.weisj.jsvg.renderer declared as PlatformSupportModifier and TypeFieldDescriptionprivate final @NotNull PlatformSupportRenderContext.platformSupportMethods in com.github.weisj.jsvg.renderer that return PlatformSupportMethods in com.github.weisj.jsvg.renderer with parameters of type PlatformSupportModifier and TypeMethodDescriptionprivate static @NotNull RenderContextRenderContext.createInitial(@NotNull PlatformSupport awtSupport, @NotNull MeasureContext measureContext) Constructors in com.github.weisj.jsvg.renderer with parameters of type PlatformSupportModifierConstructorDescriptionprivateRenderContext(@NotNull PlatformSupport platformSupport, @NotNull AffineTransform rootTransform, @NotNull 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 -
Uses of PlatformSupport in com.github.weisj.jsvg.renderer.impl.context
Methods in com.github.weisj.jsvg.renderer.impl.context with parameters of type PlatformSupportModifier and TypeMethodDescription@NotNull RenderContextRenderContextAccessor.Accessor.createInitial(@NotNull PlatformSupport awtSupport, @NotNull MeasureContext measureContext)