Uses of Class
com.github.weisj.jsvg.view.ViewBox
Packages that use ViewBox
Package
Description
-
Uses of ViewBox in com.github.weisj.jsvg
Methods in com.github.weisj.jsvg that return ViewBoxMethods in com.github.weisj.jsvg with parameters of type ViewBoxModifier and TypeMethodDescription@NotNull ShapeSVGDocument.computeShape(@Nullable ViewBox viewBox) private @NotNull RenderContextSVGDocument.prepareRenderContext(@NotNull PlatformSupport platformSupport, @NotNull Output output, @Nullable ViewBox bounds, @Nullable AnimationState animationState) voidSVGDocument.render(@Nullable Component component, @NotNull Graphics2D graphics2D, @Nullable ViewBox bounds) 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 ViewBox in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes with parameters of type ViewBoxModifier and TypeMethodDescription@NotNull AffineTransformPreserveAspectRatio.computeViewPortTransform(@NotNull FloatSize size, @NotNull ViewBox viewBox) -
Uses of ViewBox in com.github.weisj.jsvg.nodes
Methods in com.github.weisj.jsvg.nodes with parameters of type ViewBoxModifier and TypeMethodDescriptionprotected @NotNull RenderContextMarker.createInnerContext(@NotNull RenderContext context, @NotNull ViewBox viewBox) -
Uses of ViewBox in com.github.weisj.jsvg.nodes.container
Fields in com.github.weisj.jsvg.nodes.container declared as ViewBoxMethods in com.github.weisj.jsvg.nodes.container that return ViewBoxModifier and TypeMethodDescription@NotNull ViewBoxBaseInnerViewContainer.staticViewBox(@NotNull FloatSize fallbackSize) @Nullable ViewBoxBaseInnerViewContainer.viewBox(@NotNull RenderContext context) Methods in com.github.weisj.jsvg.nodes.container with parameters of type ViewBoxModifier and TypeMethodDescriptionprotected @NotNull RenderContextBaseInnerViewContainer.createInnerContext(@NotNull RenderContext context, @NotNull ViewBox viewBox) final voidBaseInnerViewContainer.renderWithSize(@NotNull FloatSize useSiteSize, @Nullable ViewBox view, @Nullable PreserveAspectRatio preserveAspectRatio, @NotNull RenderContext context, @NotNull Output output) final voidBaseInnerViewContainer.renderWithSize(@NotNull FloatSize useSiteSize, @Nullable ViewBox view, @NotNull RenderContext context, @NotNull Output output) -
Uses of ViewBox in com.github.weisj.jsvg.parser.impl
Methods in com.github.weisj.jsvg.parser.impl that return ViewBox -
Uses of ViewBox in com.github.weisj.jsvg.renderer
Methods in com.github.weisj.jsvg.renderer with parameters of type ViewBoxModifier and TypeMethodDescription@NotNull MeasureContextprivate @NotNull RenderContextRenderContext.derive(@Nullable Mutator<PaintContext> context, @Nullable Mutator<MeasurableFontSpec> attributeFontSpec, @Nullable ViewBox viewBox, @Nullable FontRenderContext frc, @Nullable ContextElementAttributes contextAttributes, RenderContext.EstablishRootMeasure establishRootMeasure) private @NotNull RenderContextRenderContext.deriveImpl(@Nullable Mutator<PaintContext> context, @Nullable Mutator<MeasurableFontSpec> attributeFontSpec, @Nullable ViewBox viewBox, @Nullable FontRenderContext frc, @Nullable ContextElementAttributes contextAttributes, @Nullable AffineTransform rootTransform, RenderContext.EstablishRootMeasure establishRootMeasure) -
Uses of ViewBox in com.github.weisj.jsvg.renderer.impl
Methods in com.github.weisj.jsvg.renderer.impl with parameters of type ViewBoxModifier and TypeMethodDescriptionstatic @NotNull RenderContextNodeRenderer.setupInnerViewRenderContext(@NotNull ViewBox viewBox, @NotNull RenderContext context, boolean inheritAttributes) -
Uses of ViewBox in com.github.weisj.jsvg.renderer.impl.context
Methods in com.github.weisj.jsvg.renderer.impl.context with parameters of type ViewBoxModifier and TypeMethodDescription@NotNull RenderContextRenderContextAccessor.Accessor.setupInnerViewRenderContext(@NotNull ViewBox viewBox, @NotNull RenderContext context, boolean inheritAttributes)