Uses of Class
com.github.weisj.jsvg.geometry.size.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 FloatSize
SVGDocument. size
Methods in com.github.weisj.jsvg that return FloatSize Modifier and Type Method Description @NotNull FloatSize
SVGDocument. size()
-
Uses of FloatSize in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes that return FloatSize Modifier and Type Method Description @NotNull FloatSize
ViewBox. size()
Methods in com.github.weisj.jsvg.attributes with parameters of type FloatSize Modifier and Type Method Description @NotNull java.awt.geom.AffineTransform
PreserveAspectRatio. computeViewPortTransform(@NotNull FloatSize size, @NotNull ViewBox viewBox)
void
ViewBox. setSize(@NotNull FloatSize size)
Constructors in com.github.weisj.jsvg.attributes with parameters of type FloatSize Constructor Description ViewBox(FloatSize size)
-
Uses of FloatSize in com.github.weisj.jsvg.geometry.size
Methods in com.github.weisj.jsvg.geometry.size with parameters of type FloatSize Modifier and Type Method Description static @NotNull MeasureContext
MeasureContext. createInitial(@NotNull FloatSize viewBoxSize, float em, float ex)
-
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 FloatSize
Marker. size(@NotNull RenderContext context)
@NotNull FloatSize
Pattern. size(@NotNull RenderContext context)
@NotNull FloatSize
SVG. 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 FloatSize
BaseInnerViewContainer. size(@NotNull RenderContext context)
@NotNull FloatSize
CommonInnerViewContainer. size(@NotNull RenderContext context)
Methods in com.github.weisj.jsvg.nodes.container with parameters of type FloatSize Modifier and Type Method Description 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)
@NotNull ViewBox
BaseInnerViewContainer. 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 FloatSize
ImageResource. intrinsicSize(@NotNull RenderContext context)
@NotNull FloatSize
MissingImageResource. intrinsicSize(@NotNull RenderContext context)
@NotNull FloatSize
RenderableResource. intrinsicSize(@NotNull RenderContext context)
@NotNull FloatSize
SVGResource. 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 void
NodeRenderer. renderWithSize(@NotNull BaseInnerViewContainer node, @NotNull FloatSize size, @NotNull RenderContext context, @NotNull Output output, @Nullable Instantiator instantiator)
-