Uses of Class
com.github.weisj.jsvg.view.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 with parameters of type FloatSizeModifier and TypeMethodDescription@NotNull 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 FloatSizeModifier and TypeMethodDescription@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 FloatSizeModifier and TypeMethodDescriptionabstract @NotNull FloatSizeBaseInnerViewContainer.size(@NotNull RenderContext context) @NotNull FloatSizeCommonInnerViewContainer.size(@NotNull RenderContext context) Methods in com.github.weisj.jsvg.nodes.container with parameters of type FloatSizeModifier and TypeMethodDescriptionfinal voidBaseInnerViewContainer.renderWithSize(@NotNull FloatSize useSiteSize, @Nullable ViewBox view, @Nullable PreserveAspectRatio preserveAspectRatio, @NotNull RenderContext context, @NotNull Output output) final voidBaseInnerViewContainer.renderWithSize(@NotNull FloatSize useSiteSize, @Nullable ViewBox view, @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 FloatSizeModifier and TypeMethodDescription@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 FloatSizeModifier and TypeMethodDescription@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 FloatSizeModifier and TypeMethodDescriptionstatic @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 FloatSizeModifier and TypeMethodDescriptionstatic 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 FloatSizeMethods in com.github.weisj.jsvg.view with parameters of type FloatSizeConstructors in com.github.weisj.jsvg.view with parameters of type FloatSize