Uses of Class
com.github.weisj.jsvg.view.ViewBox
-
-
Uses of ViewBox in com.github.weisj.jsvg
Methods in com.github.weisj.jsvg that return ViewBox Modifier and Type Method Description @NotNull ViewBoxSVGDocument. viewBox()Methods in com.github.weisj.jsvg with parameters of type ViewBox Modifier and Type Method Description @NotNull java.awt.ShapeSVGDocument. computeShape(@Nullable ViewBox viewBox)private @NotNull RenderContextSVGDocument. prepareRenderContext(@NotNull PlatformSupport platformSupport, @NotNull Output output, @Nullable ViewBox bounds, @Nullable AnimationState animationState)voidSVGDocument. render(@Nullable java.awt.Component component, @NotNull java.awt.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 java.awt.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 ViewBox Modifier and Type Method Description @NotNull java.awt.geom.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 ViewBox Modifier and Type Method Description protected @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 ViewBox Modifier and Type Field Description protected ViewBoxBaseInnerViewContainer. viewBoxMethods in com.github.weisj.jsvg.nodes.container that return ViewBox Modifier and Type Method Description @NotNull ViewBoxBaseInnerViewContainer. staticViewBox(@NotNull FloatSize fallbackSize)@Nullable ViewBoxBaseInnerViewContainer. viewBox(@NotNull RenderContext context)Methods in com.github.weisj.jsvg.nodes.container with parameters of type ViewBox Modifier and Type Method Description protected @NotNull RenderContextBaseInnerViewContainer. createInnerContext(@NotNull RenderContext context, @NotNull ViewBox viewBox)voidBaseInnerViewContainer. renderWithSize(@NotNull FloatSize useSiteSize, @Nullable ViewBox view, @NotNull RenderContext context, @NotNull Output output)voidBaseInnerViewContainer. renderWithSize(@NotNull FloatSize useSiteSize, @Nullable ViewBox view, @Nullable PreserveAspectRatio preserveAspectRatio, @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 Modifier and Type Method Description @Nullable ViewBoxAttributeNode. getViewBox() -
Uses of ViewBox in com.github.weisj.jsvg.renderer
Methods in com.github.weisj.jsvg.renderer with parameters of type ViewBox Modifier and Type Method Description @NotNull MeasureContextMeasureContext. derive(@Nullable ViewBox viewBox, float em, float ex)private @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 java.awt.geom.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 ViewBox Modifier and Type Method Description static @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 ViewBox Modifier and Type Method Description @NotNull RenderContextRenderContextAccessor.Accessor. setupInnerViewRenderContext(@NotNull ViewBox viewBox, @NotNull RenderContext context, boolean inheritAttributes)
-