Uses of Class
com.github.weisj.jsvg.attributes.PreserveAspectRatio
-
Packages that use PreserveAspectRatio Package Description com.github.weisj.jsvg.attributes com.github.weisj.jsvg.nodes com.github.weisj.jsvg.nodes.container -
-
Uses of PreserveAspectRatio in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes that return PreserveAspectRatio Modifier and Type Method Description static @NotNull PreserveAspectRatio
PreserveAspectRatio. none()
static @NotNull PreserveAspectRatio
PreserveAspectRatio. parse(@Nullable java.lang.String preserveAspectRation, @NotNull AttributeParser parser)
static @NotNull PreserveAspectRatio
PreserveAspectRatio. parse(@Nullable java.lang.String preserveAspectRation, @Nullable PreserveAspectRatio fallback, @NotNull AttributeParser parser)
Methods in com.github.weisj.jsvg.attributes with parameters of type PreserveAspectRatio Modifier and Type Method Description static @NotNull PreserveAspectRatio
PreserveAspectRatio. parse(@Nullable java.lang.String preserveAspectRation, @Nullable PreserveAspectRatio fallback, @NotNull AttributeParser parser)
-
Uses of PreserveAspectRatio in com.github.weisj.jsvg.nodes
Fields in com.github.weisj.jsvg.nodes declared as PreserveAspectRatio Modifier and Type Field Description private PreserveAspectRatio
Image. preserveAspectRatio
-
Uses of PreserveAspectRatio in com.github.weisj.jsvg.nodes.container
Fields in com.github.weisj.jsvg.nodes.container declared as PreserveAspectRatio Modifier and Type Field Description protected PreserveAspectRatio
BaseInnerViewContainer. preserveAspectRatio
Methods in com.github.weisj.jsvg.nodes.container with parameters of type PreserveAspectRatio Modifier and Type Method Description void
BaseInnerViewContainer. renderWithSize(@NotNull FloatSize useSiteSize, @Nullable ViewBox view, @Nullable PreserveAspectRatio preserveAspectRatio, @NotNull RenderContext context, @NotNull Output output)
-