Uses of Class
com.github.weisj.jsvg.attributes.filter.LayoutBounds.Data
-
Packages that use LayoutBounds.Data Package Description com.github.weisj.jsvg.attributes.filter -
-
Uses of LayoutBounds.Data in com.github.weisj.jsvg.attributes.filter
Fields in com.github.weisj.jsvg.attributes.filter declared as LayoutBounds.Data Modifier and Type Field Description private @NotNull LayoutBounds.Data
LayoutBounds. data
Fields in com.github.weisj.jsvg.attributes.filter with type parameters of type LayoutBounds.Data Modifier and Type Field Description private @NotNull java.util.function.BiFunction<@NotNull LayoutBounds.Data,LayoutBounds.ComputeFlags,@NotNull LayoutBounds.Data>
LayoutBounds. transformer
private @NotNull java.util.function.BiFunction<@NotNull LayoutBounds.Data,LayoutBounds.ComputeFlags,@NotNull LayoutBounds.Data>
LayoutBounds. transformer
Methods in com.github.weisj.jsvg.attributes.filter that return LayoutBounds.Data Modifier and Type Method Description @NotNull LayoutBounds.Data
LayoutBounds. resolve(@NotNull LayoutBounds.ComputeFlags flags)
Method parameters in com.github.weisj.jsvg.attributes.filter with type arguments of type LayoutBounds.Data Modifier and Type Method Description @NotNull LayoutBounds
LayoutBounds. transform(@NotNull java.util.function.BiFunction<@NotNull LayoutBounds.Data,LayoutBounds.ComputeFlags,@NotNull LayoutBounds.Data> newTransformer)
@NotNull LayoutBounds
LayoutBounds. transform(@NotNull java.util.function.BiFunction<@NotNull LayoutBounds.Data,LayoutBounds.ComputeFlags,@NotNull LayoutBounds.Data> newTransformer)
Constructors in com.github.weisj.jsvg.attributes.filter with parameters of type LayoutBounds.Data Constructor Description LayoutBounds(@NotNull LayoutBounds.Data data, @NotNull java.util.function.BiFunction<@NotNull LayoutBounds.Data,LayoutBounds.ComputeFlags,@NotNull LayoutBounds.Data> transformer, @NotNull LayoutBounds.ComputeFlags flags)
Constructor parameters in com.github.weisj.jsvg.attributes.filter with type arguments of type LayoutBounds.Data Constructor Description LayoutBounds(@NotNull LayoutBounds.Data data, @NotNull java.util.function.BiFunction<@NotNull LayoutBounds.Data,LayoutBounds.ComputeFlags,@NotNull LayoutBounds.Data> transformer, @NotNull LayoutBounds.ComputeFlags flags)
LayoutBounds(@NotNull LayoutBounds.Data data, @NotNull java.util.function.BiFunction<@NotNull LayoutBounds.Data,LayoutBounds.ComputeFlags,@NotNull LayoutBounds.Data> transformer, @NotNull LayoutBounds.ComputeFlags flags)
-