Inherited Methods
From class
java.lang.Enum
final
Object
|
clone()
|
final
int
|
|
int
|
|
final
boolean
|
|
final
void
|
finalize()
|
final
Class<LightEstimate.State>
|
getDeclaringClass()
|
final
int
|
hashCode()
|
final
String
|
name()
|
final
int
|
ordinal()
|
String
|
toString()
|
static
<T extends Enum<T>>
T
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
From interface
java.lang.Comparable
Enum Values
public
static
final
LightEstimate.State
NOT_VALID
NOT_VALID
public static final LightEstimate.State NOT_VALID
The light estimate is not valid this frame
public
static
final
LightEstimate.State
VALID
VALID
public static final LightEstimate.State VALID
The light estimate is valid this frame