public interface PhotoSettings
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFillLightMode() |
double |
getImageHeight() |
double |
getImageWidth() |
boolean |
isRedEyeReduction() |
void |
setFillLightMode(java.lang.String fillLightMode) |
void |
setImageHeight(double imageHeight) |
void |
setImageWidth(double imageWidth) |
void |
setRedEyeReduction(boolean redEyeReduction) |
java.lang.String getFillLightMode()
double getImageHeight()
double getImageWidth()
boolean isRedEyeReduction()
void setFillLightMode(java.lang.String fillLightMode)
void setImageHeight(double imageHeight)
void setImageWidth(double imageWidth)
void setRedEyeReduction(boolean redEyeReduction)