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 PreserveAspectRatioPreserveAspectRatio. none()static @NotNull PreserveAspectRatioPreserveAspectRatio. parse(@Nullable java.lang.String preserveAspectRation, @NotNull AttributeParser parser)static @NotNull PreserveAspectRatioPreserveAspectRatio. 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 PreserveAspectRatioPreserveAspectRatio. 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 PreserveAspectRatioImage. 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 PreserveAspectRatioBaseInnerViewContainer. preserveAspectRatioMethods in com.github.weisj.jsvg.nodes.container with parameters of type PreserveAspectRatio Modifier and Type Method Description voidBaseInnerViewContainer. renderWithSize(@NotNull FloatSize useSiteSize, @Nullable ViewBox view, @Nullable PreserveAspectRatio preserveAspectRatio, @NotNull RenderContext context, @NotNull Output output)
-