Uses of Class
com.github.weisj.jsvg.attributes.PreserveAspectRatio
Packages that use PreserveAspectRatio
Package
Description
-
Uses of PreserveAspectRatio in com.github.weisj.jsvg.attributes
Methods in com.github.weisj.jsvg.attributes that return PreserveAspectRatioModifier and TypeMethodDescriptionstatic @NotNull PreserveAspectRatio
PreserveAspectRatio.none()
static @NotNull PreserveAspectRatio
PreserveAspectRatio.parse
(@Nullable String preserveAspectRation, @NotNull AttributeParser parser) static @NotNull PreserveAspectRatio
PreserveAspectRatio.parse
(@Nullable String preserveAspectRation, @Nullable PreserveAspectRatio fallback, @NotNull AttributeParser parser) Methods in com.github.weisj.jsvg.attributes with parameters of type PreserveAspectRatioModifier and TypeMethodDescriptionstatic @NotNull PreserveAspectRatio
PreserveAspectRatio.parse
(@Nullable 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 -
Uses of PreserveAspectRatio in com.github.weisj.jsvg.nodes.container
Fields in com.github.weisj.jsvg.nodes.container declared as PreserveAspectRatioModifier and TypeFieldDescriptionprotected PreserveAspectRatio
BaseInnerViewContainer.preserveAspectRatio
Methods in com.github.weisj.jsvg.nodes.container with parameters of type PreserveAspectRatioModifier and TypeMethodDescriptionfinal void
BaseInnerViewContainer.renderWithSize
(@NotNull FloatSize useSiteSize, @Nullable ViewBox view, @Nullable PreserveAspectRatio preserveAspectRatio, @NotNull RenderContext context, @NotNull Output output)