Uses of Class
com.github.weisj.jsvg.view.FloatSize
-
-
Uses of FloatSize in com.github.weisj.jsvg
Fields in com.github.weisj.jsvg declared as FloatSize Modifier and Type Field Description private @NotNull FloatSizeSVGDocument. sizeMethods in com.github.weisj.jsvg that return FloatSize Modifier and Type Method Description @NotNull FloatSizeSVGDocument. size() -
Uses of FloatSize in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes with parameters of type FloatSize Modifier and Type Method Description @NotNull java.awt.geom.AffineTransformPreserveAspectRatio. computeViewPortTransform(@NotNull FloatSize size, @NotNull ViewBox viewBox) -
Uses of FloatSize in com.github.weisj.jsvg.nodes
Methods in com.github.weisj.jsvg.nodes that return FloatSize Modifier and Type Method Description @NotNull FloatSizeMarker. size(@NotNull RenderContext context)@NotNull FloatSizePattern. size(@NotNull RenderContext context)@NotNull FloatSizeSVG. sizeForTopLevel(float em, float ex) -
Uses of FloatSize in com.github.weisj.jsvg.nodes.container
Methods in com.github.weisj.jsvg.nodes.container that return FloatSize Modifier and Type Method Description abstract @NotNull FloatSizeBaseInnerViewContainer. size(@NotNull RenderContext context)@NotNull FloatSizeCommonInnerViewContainer. size(@NotNull RenderContext context)Methods in com.github.weisj.jsvg.nodes.container with parameters of type FloatSize Modifier and Type Method Description 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)@NotNull ViewBoxBaseInnerViewContainer. staticViewBox(@NotNull FloatSize fallbackSize) -
Uses of FloatSize in com.github.weisj.jsvg.parser.resources
Methods in com.github.weisj.jsvg.parser.resources that return FloatSize Modifier and Type Method Description @NotNull FloatSizeRenderableResource. intrinsicSize(@NotNull RenderContext context) -
Uses of FloatSize in com.github.weisj.jsvg.parser.resources.impl
Methods in com.github.weisj.jsvg.parser.resources.impl that return FloatSize Modifier and Type Method Description @NotNull FloatSizeImageResource. intrinsicSize(@NotNull RenderContext context)@NotNull FloatSizeMissingImageResource. intrinsicSize(@NotNull RenderContext context)@NotNull FloatSizeSVGResource. intrinsicSize(@NotNull RenderContext context) -
Uses of FloatSize in com.github.weisj.jsvg.renderer
Methods in com.github.weisj.jsvg.renderer with parameters of type FloatSize Modifier and Type Method Description static @NotNull MeasureContextMeasureContext. createInitial(@NotNull FloatSize viewBoxSize, float em, float ex, @NotNull AnimationState animationState) -
Uses of FloatSize in com.github.weisj.jsvg.renderer.impl
Methods in com.github.weisj.jsvg.renderer.impl with parameters of type FloatSize Modifier and Type Method Description static voidNodeRenderer. renderWithSize(@NotNull BaseInnerViewContainer node, @NotNull FloatSize size, @NotNull RenderContext context, @NotNull Output output, @Nullable Instantiator instantiator) -
Uses of FloatSize in com.github.weisj.jsvg.view
Methods in com.github.weisj.jsvg.view that return FloatSize Modifier and Type Method Description @NotNull FloatSizeViewBox. size()Methods in com.github.weisj.jsvg.view with parameters of type FloatSize Modifier and Type Method Description voidViewBox. setSize(@NotNull FloatSize size)Constructors in com.github.weisj.jsvg.view with parameters of type FloatSize Constructor Description ViewBox(@NotNull FloatSize size)
-