Package com.enonic.xp.image
Class ReadImageParams
- java.lang.Object
-
- com.enonic.xp.image.ReadImageParams
-
public class ReadImageParams extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReadImageParams.Builder
-
Constructor Summary
Constructors Constructor Description ReadImageParams(ReadImageParams.Builder builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Constructor Detail
-
ReadImageParams
public ReadImageParams(ReadImageParams.Builder builder)
-
-
Method Detail
-
getContentId
public ContentId getContentId()
-
getBinaryReference
public BinaryReference getBinaryReference()
-
getCropping
public Cropping getCropping()
-
getScaleParams
public ScaleParams getScaleParams()
-
getFocalPoint
public FocalPoint getFocalPoint()
-
getScaleSize
public int getScaleSize()
-
isScaleSquare
public boolean isScaleSquare()
-
isScaleWidth
public boolean isScaleWidth()
-
getFilterParam
public java.lang.String getFilterParam()
-
getBackgroundColor
public int getBackgroundColor()
-
getFormat
public java.lang.String getFormat()
-
getQuality
public int getQuality()
-
getOrientation
public ImageOrientation getOrientation()
-
newImageParams
public static ReadImageParams.Builder newImageParams()
-
-