Interface TransformType
-
interface TransformTypeTransformType.
-
-
Field Summary
Fields Modifier and Type Field Description static intCOLOR_INDEXING_TRANSFORMstatic intCOLOR_TRANSFORMstatic intPREDICTOR_TRANSFORMstatic intSUBTRACT_GREEN
-
-
-
Field Detail
-
PREDICTOR_TRANSFORM
static final int PREDICTOR_TRANSFORM
- See Also:
- Constant Field Values
-
COLOR_TRANSFORM
static final int COLOR_TRANSFORM
- See Also:
- Constant Field Values
-
SUBTRACT_GREEN
static final int SUBTRACT_GREEN
- See Also:
- Constant Field Values
-
COLOR_INDEXING_TRANSFORM
static final int COLOR_INDEXING_TRANSFORM
- See Also:
- Constant Field Values
-
-