Uses of Class
com.github.weisj.jsvg.attributes.ViewBox
-
-
Uses of ViewBox in com.github.weisj.jsvg
Methods in com.github.weisj.jsvg that return ViewBox Modifier and Type Method Description @NotNull ViewBox
SVGDocument. viewBox()
Methods in com.github.weisj.jsvg with parameters of type ViewBox Modifier and Type Method Description @NotNull java.awt.Shape
SVGDocument. computeShape(@Nullable ViewBox viewBox)
private @NotNull RenderContext
SVGDocument. prepareRenderContext(@NotNull PlatformSupport platformSupport, @NotNull Output output, @Nullable ViewBox bounds)
void
SVGDocument. render(@Nullable java.awt.Component component, @NotNull java.awt.Graphics2D graphics2D, @Nullable ViewBox bounds)
void
SVGDocument. render(@Nullable javax.swing.JComponent component, @NotNull java.awt.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 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.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 Modifier and Type Method Description @NotNull MeasureContext
MeasureContext. derive(@Nullable ViewBox viewBox, float em, float ex)
-
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 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 ViewBox Modifier and Type Field Description protected ViewBox
BaseInnerViewContainer. viewBox
Methods in com.github.weisj.jsvg.nodes.container that return ViewBox Modifier and Type Method Description @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 ViewBox Modifier and Type Method Description protected @NotNull RenderContext
BaseInnerViewContainer. createInnerContext(@NotNull RenderContext context, @NotNull ViewBox viewBox)
void
BaseInnerViewContainer. renderWithSize(@NotNull FloatSize useSiteSize, @Nullable ViewBox view, @NotNull RenderContext context, @NotNull Output output)
void
BaseInnerViewContainer. 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
Methods in com.github.weisj.jsvg.parser that return ViewBox Modifier and Type Method Description @Nullable ViewBox
AttributeNode. 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 (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 java.awt.geom.AffineTransform rootTransform)
static @NotNull RenderContext
NodeRenderer. setupInnerViewRenderContext(@NotNull ViewBox viewBox, @NotNull RenderContext context, boolean inheritAttributes)
-