public class InputSettings
extends java.lang.Object
InputSettings
represents the different settings to specify how
an Image
is interpreted by a transform.Modifier and Type | Class and Description |
---|---|
static class |
InputSettings.OrientationCorrection
Actions to take with respect to correcting image orientation based
on image metadata.
|
Constructor and Description |
---|
InputSettings()
Create an InputSettings with default orientation correction of
InputSettings.OrientationCorrection.UNCHANGED_ORIENTATION . |
Modifier and Type | Method and Description |
---|---|
InputSettings.OrientationCorrection |
getOrientationCorrection()
Get what action to take with respect to correcting image orientation based
on image metadata.
|
void |
setOrientationCorrection(InputSettings.OrientationCorrection orientationCorrection)
Set what action to take with respect to correcting image orientation based
on image metadata.
|
public InputSettings()
InputSettings.OrientationCorrection.UNCHANGED_ORIENTATION
.public void setOrientationCorrection(InputSettings.OrientationCorrection orientationCorrection)
orientationCorrection
- what should be done to correct orientationpublic InputSettings.OrientationCorrection getOrientationCorrection()