public class ReadImageParams
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ReadImageParams.Builder |
Constructor and Description |
---|
ReadImageParams(ReadImageParams.Builder builder) |
Modifier and Type | Method and Description |
---|---|
int |
getBackgroundColor() |
BinaryReference |
getBinaryReference() |
ContentId |
getContentId() |
Cropping |
getCropping() |
java.lang.String |
getFilterParam() |
FocalPoint |
getFocalPoint() |
java.lang.String |
getFormat() |
ImageOrientation |
getOrientation() |
int |
getQuality() |
ScaleParams |
getScaleParams() |
int |
getScaleSize() |
boolean |
isScaleSquare() |
boolean |
isScaleWidth() |
static ReadImageParams.Builder |
newImageParams() |
public ReadImageParams(ReadImageParams.Builder builder)
public ContentId getContentId()
public BinaryReference getBinaryReference()
public Cropping getCropping()
public ScaleParams getScaleParams()
public FocalPoint getFocalPoint()
public int getScaleSize()
public boolean isScaleSquare()
public boolean isScaleWidth()
public java.lang.String getFilterParam()
public int getBackgroundColor()
public java.lang.String getFormat()
public int getQuality()
public ImageOrientation getOrientation()
public static ReadImageParams.Builder newImageParams()