Uses of Class
com.github.weisj.jsvg.attributes.filter.LayoutBounds.ComputeFlags
Packages that use LayoutBounds.ComputeFlags
-
Uses of LayoutBounds.ComputeFlags in com.github.weisj.jsvg.attributes.filter
Fields in com.github.weisj.jsvg.attributes.filter declared as LayoutBounds.ComputeFlagsModifier and TypeFieldDescriptionprivate final LayoutBounds.ComputeFlags
LayoutBounds.additionalFlags
static final @NotNull LayoutBounds.ComputeFlags
LayoutBounds.ComputeFlags.INITIAL
Fields in com.github.weisj.jsvg.attributes.filter with type parameters of type LayoutBounds.ComputeFlagsModifier and TypeFieldDescriptionprivate final @NotNull BiFunction
<@NotNull LayoutBounds.Data, LayoutBounds.ComputeFlags, @NotNull LayoutBounds.Data> LayoutBounds.transformer
Methods in com.github.weisj.jsvg.attributes.filter that return LayoutBounds.ComputeFlagsModifier and TypeMethodDescription@NotNull LayoutBounds.ComputeFlags
LayoutBounds.ComputeFlags.or
(@NotNull LayoutBounds.ComputeFlags other) Methods in com.github.weisj.jsvg.attributes.filter with parameters of type LayoutBounds.ComputeFlagsModifier and TypeMethodDescription@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.ComputeFlagsModifier and TypeMethodDescription@NotNull LayoutBounds
LayoutBounds.transform
(@NotNull BiFunction<@NotNull LayoutBounds.Data, LayoutBounds.ComputeFlags, @NotNull LayoutBounds.Data> newTransformer) Constructors in com.github.weisj.jsvg.attributes.filter with parameters of type LayoutBounds.ComputeFlagsModifierConstructorDescriptionprivate
LayoutBounds
(@NotNull LayoutBounds.Data data, @NotNull 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.ComputeFlagsModifierConstructorDescriptionprivate
LayoutBounds
(@NotNull LayoutBounds.Data data, @NotNull BiFunction<@NotNull LayoutBounds.Data, LayoutBounds.ComputeFlags, @NotNull LayoutBounds.Data> transformer, @NotNull LayoutBounds.ComputeFlags flags)