Uses of Class
com.github.weisj.jsvg.attributes.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 Shape
SVGDocument.computeShape
(@Nullable ViewBox viewBox) private @NotNull RenderContext
SVGDocument.prepareRenderContext
(@NotNull PlatformSupport platformSupport, @NotNull Output output, @Nullable ViewBox bounds) void
SVGDocument.render
(@Nullable Component component, @NotNull Graphics2D graphics2D, @Nullable ViewBox bounds) void
SVGDocument.render
(@Nullable JComponent component, @NotNull Graphics2D graphics2D, @Nullable ViewBox bounds) Deprecated.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 ViewBox in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes with parameters of type ViewBoxModifier and TypeMethodDescription@NotNull AffineTransform
PreserveAspectRatio.computeViewPortTransform
(@NotNull FloatSize size, @NotNull ViewBox viewBox) -
Uses of ViewBox in com.github.weisj.jsvg.geometry.size
Methods in com.github.weisj.jsvg.geometry.size with parameters of type 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 RenderContext
Marker.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 ViewBox
BaseInnerViewContainer.staticViewBox
(@NotNull FloatSize fallbackSize) @Nullable ViewBox
BaseInnerViewContainer.viewBox
(@NotNull RenderContext context) Methods in com.github.weisj.jsvg.nodes.container with parameters of type ViewBoxModifier and TypeMethodDescriptionprotected @NotNull RenderContext
BaseInnerViewContainer.createInnerContext
(@NotNull RenderContext context, @NotNull ViewBox viewBox) final void
BaseInnerViewContainer.renderWithSize
(@NotNull FloatSize useSiteSize, @Nullable ViewBox view, @Nullable PreserveAspectRatio preserveAspectRatio, @NotNull RenderContext context, @NotNull Output output) final void
BaseInnerViewContainer.renderWithSize
(@NotNull FloatSize useSiteSize, @Nullable ViewBox view, @NotNull RenderContext context, @NotNull Output output) -
Uses of ViewBox in com.github.weisj.jsvg.parser
Methods in com.github.weisj.jsvg.parser 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(package private) @NotNull RenderContext
RenderContext.derive
(@Nullable Mutator<PaintContext> context, @Nullable Mutator<MeasurableFontSpec> attributeFontSpec, @Nullable ViewBox viewBox, @Nullable FontRenderContext frc, @Nullable FillRule fillRule, @Nullable ContextElementAttributes contextAttributes) (package private) @NotNull RenderContext
RenderContext.derive
(@Nullable Mutator<PaintContext> context, @Nullable Mutator<MeasurableFontSpec> attributeFontSpec, @Nullable ViewBox viewBox, @Nullable FontRenderContext frc, @Nullable FillRule fillRule, @Nullable ContextElementAttributes contextAttributes, @Nullable AffineTransform rootTransform) static @NotNull RenderContext
NodeRenderer.setupInnerViewRenderContext
(@NotNull ViewBox viewBox, @NotNull RenderContext context, boolean inheritAttributes)