Uses of Class
com.github.weisj.jsvg.attributes.filter.LayoutBounds.ComputeFlags
-
Packages that use LayoutBounds.ComputeFlags Package Description com.github.weisj.jsvg.attributes.filter -
-
Uses of LayoutBounds.ComputeFlags in com.github.weisj.jsvg.attributes.filter
Fields in com.github.weisj.jsvg.attributes.filter declared as LayoutBounds.ComputeFlags Modifier and Type Field Description private LayoutBounds.ComputeFlags
LayoutBounds. additionalFlags
static @NotNull LayoutBounds.ComputeFlags
LayoutBounds.ComputeFlags. INITIAL
Fields in com.github.weisj.jsvg.attributes.filter with type parameters of type LayoutBounds.ComputeFlags Modifier and Type Field Description 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.ComputeFlags Modifier and Type Method Description @NotNull LayoutBounds.ComputeFlags
LayoutBounds.ComputeFlags. or(@NotNull LayoutBounds.ComputeFlags other)
Methods in com.github.weisj.jsvg.attributes.filter with parameters of type LayoutBounds.ComputeFlags Modifier and Type Method Description @NotNull LayoutBounds.ComputeFlags
LayoutBounds.ComputeFlags. or(@NotNull LayoutBounds.ComputeFlags other)
@NotNull LayoutBounds.Data
LayoutBounds. resolve(@NotNull LayoutBounds.ComputeFlags flags)
@NotNull LayoutBounds
LayoutBounds. withFlags(@NotNull LayoutBounds.ComputeFlags flags)
Method parameters in com.github.weisj.jsvg.attributes.filter with type arguments of type LayoutBounds.ComputeFlags Modifier and Type Method Description @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.ComputeFlags 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.ComputeFlags 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)
-