|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.appengine.api.images.InputSettings
public class InputSettings
InputSettings
represents the different settings to specify how
an Image
is interpreted by a transform.
Nested Class Summary | |
---|---|
static class |
InputSettings.OrientationCorrection
Actions to take with respect to correcting image orientation based on image metadata. |
Constructor Summary | |
---|---|
InputSettings()
Create an InputSettings with default orientation correction of InputSettings.OrientationCorrection.UNCHANGED_ORIENTATION . |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InputSettings()
InputSettings.OrientationCorrection.UNCHANGED_ORIENTATION
.
Method Detail |
---|
public void setOrientationCorrection(InputSettings.OrientationCorrection orientationCorrection)
orientationCorrection
- what should be done to correct orientationpublic InputSettings.OrientationCorrection getOrientationCorrection()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |