Class LayoutBounds.ComputeFlags
- java.lang.Object
-
- com.github.weisj.jsvg.attributes.filter.LayoutBounds.ComputeFlags
-
- Enclosing class:
- LayoutBounds
public static class LayoutBounds.ComputeFlags extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static @NotNull LayoutBounds.ComputeFlags
INITIAL
boolean
operatesOnWholeFilterRegion
-
Constructor Summary
Constructors Constructor Description ComputeFlags(boolean operatesOnWholeFilterRegion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull LayoutBounds.ComputeFlags
or(@NotNull LayoutBounds.ComputeFlags other)
-
-
-
Field Detail
-
INITIAL
@NotNull public static final @NotNull LayoutBounds.ComputeFlags INITIAL
-
operatesOnWholeFilterRegion
public final boolean operatesOnWholeFilterRegion
-
-
Method Detail
-
or
@NotNull public @NotNull LayoutBounds.ComputeFlags or(@NotNull @NotNull LayoutBounds.ComputeFlags other)
-
-