Uses of Class
com.github.weisj.jsvg.geometry.size.FloatSize
Packages that use FloatSize
Package
Description
-
Uses of FloatSize in com.github.weisj.jsvg
Fields in com.github.weisj.jsvg declared as FloatSizeMethods in com.github.weisj.jsvg that return FloatSize -
Uses of FloatSize in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes that return FloatSizeMethods in com.github.weisj.jsvg.attributes with parameters of type FloatSizeModifier and TypeMethodDescription@NotNull AffineTransform
PreserveAspectRatio.computeViewPortTransform
(@NotNull FloatSize size, @NotNull ViewBox viewBox) void
Constructors in com.github.weisj.jsvg.attributes with parameters of type FloatSize -
Uses of FloatSize in com.github.weisj.jsvg.geometry.size
Methods in com.github.weisj.jsvg.geometry.size with parameters of type FloatSizeModifier and TypeMethodDescriptionstatic @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 FloatSizeModifier and TypeMethodDescription@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 FloatSizeModifier and TypeMethodDescriptionabstract @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 FloatSizeModifier and TypeMethodDescriptionfinal void
BaseInnerViewContainer.renderWithSize
(@NotNull FloatSize useSiteSize, @Nullable ViewBox view, @Nullable PreserveAspectRatio preserveAspectRatio, @NotNull RenderContext context, @NotNull Output output) final void
BaseInnerViewContainer.renderWithSize
(@NotNull FloatSize useSiteSize, @Nullable ViewBox view, @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 FloatSizeModifier and TypeMethodDescription@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 FloatSizeModifier and TypeMethodDescriptionstatic void
NodeRenderer.renderWithSize
(@NotNull BaseInnerViewContainer node, @NotNull FloatSize size, @NotNull RenderContext context, @NotNull Output output, @Nullable Instantiator instantiator)