public final class RegionFlags
extends org.freedesktop.bindings.Constant
Modifier and Type | Field and Description |
---|---|
static RegionFlags |
EVEN
Region has an even number within a set.
|
static RegionFlags |
FIRST
Region is the first one within a set.
|
static RegionFlags |
LAST
Region is the last one within a set.
|
static RegionFlags |
NULL
This is a constant specific to the binding in order to make the return
value of
StyleContext.hasRegion(StyleRegion) consistent even if
the context doesn't contain the given StyleRegion . |
static RegionFlags |
ODD
Region has an odd number within a set.
|
static RegionFlags |
SORTED
Region is part of a sorted area.
|
public static final RegionFlags EVEN
public static final RegionFlags FIRST
public static final RegionFlags LAST
public static final RegionFlags NULL
StyleContext.hasRegion(StyleRegion)
consistent even if
the context doesn't contain the given StyleRegion
.public static final RegionFlags ODD
public static final RegionFlags SORTED