Uses of Class
com.github.weisj.jsvg.geometry.size.FloatSize
-
Packages that use FloatSize Package Description com.github.weisj.jsvg com.github.weisj.jsvg.attributes com.github.weisj.jsvg.geometry.size com.github.weisj.jsvg.nodes com.github.weisj.jsvg.nodes.container -
-
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 java.awt.Graphics2D g)
void
BaseInnerViewContainer. renderWithSize(@NotNull FloatSize useSiteSize, @Nullable ViewBox view, @Nullable PreserveAspectRatio preserveAspectRatio, @NotNull RenderContext context, @NotNull java.awt.Graphics2D g)
-