public interface VisibilityCondition
Modifier and Type | Field and Description |
---|---|
static int |
IGNORE |
static int |
INVISIBLE |
static int |
VISIBLE |
Modifier and Type | Method and Description |
---|---|
int |
isVisible(java.lang.Object o)
Check if an object is visible
|
static final int IGNORE
static final int INVISIBLE
static final int VISIBLE