public class ReadImageParams extends 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() |
String |
getFilterParam() |
FocalPoint |
getFocalPoint() |
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 String getFilterParam()
public int getBackgroundColor()
public String getFormat()
public int getQuality()
public ImageOrientation getOrientation()
public static ReadImageParams.Builder newImageParams()