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.ComputeFlagsLayoutBounds. additionalFlagsstatic @NotNull LayoutBounds.ComputeFlagsLayoutBounds.ComputeFlags. INITIALFields 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. transformerMethods in com.github.weisj.jsvg.attributes.filter that return LayoutBounds.ComputeFlags Modifier and Type Method Description @NotNull LayoutBounds.ComputeFlagsLayoutBounds.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.ComputeFlagsLayoutBounds.ComputeFlags. or(@NotNull LayoutBounds.ComputeFlags other)@NotNull LayoutBounds.DataLayoutBounds. resolve(@NotNull LayoutBounds.ComputeFlags flags)@NotNull LayoutBoundsLayoutBounds. 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 LayoutBoundsLayoutBounds. 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)
-