Annotation Interface Theme.Contrast
- Enclosing class:
- Theme
Constant values for the contrast.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceString constant values for the contrast. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant for the auto contrast.static final intMinimum value for the code contrast.static final intConstant for the custom contrast.static final intDefault value for the contrast.static final intDefault value for the contrast interval.static final intMaximum value for the contrast.static final intMinimum value for the contrast.static final intConstant for the auto system contrast.static final intConstant for the unknown contrast.
-
Field Details
-
UNKNOWN
static final int UNKNOWNConstant for the unknown contrast.- See Also:
-
AUTO
static final int AUTOConstant for the auto contrast.- See Also:
-
SYSTEM
static final int SYSTEMConstant for the auto system contrast.- See Also:
-
CUSTOM
static final int CUSTOMConstant for the custom contrast.- See Also:
-
MIN
static final int MINMinimum value for the contrast.- See Also:
-
MAX
static final int MAXMaximum value for the contrast.- See Also:
-
CODE
static final int CODEMinimum value for the code contrast.- See Also:
-
DEFAULT
static final int DEFAULTDefault value for the contrast.- See Also:
-
INTERVAL
static final int INTERVALDefault value for the contrast interval.- See Also:
-