Class ImageResizeOptions
- java.lang.Object
-
- org.alfresco.repo.content.transform.magick.ImageResizeOptions
-
@Deprecated @AlfrescoPublicApi public class ImageResizeOptions extends java.lang.ObjectDeprecated.The transformations code is being moved out of the codebase and replaced by the new async RenditionService2 or other external libraries.Image resize options- Author:
- Roy Wetherall
-
-
Constructor Summary
Constructors Constructor Description ImageResizeOptions()Deprecated.Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleangetAllowEnlargement()Deprecated.intgetHeight()Deprecated.intgetWidth()Deprecated.booleanisMaintainAspectRatio()Deprecated.booleanisPercentResize()Deprecated.booleanisResizeToThumbnail()Deprecated.voidsetAllowEnlargement(boolean allowEnlargement)Deprecated.voidsetHeight(int height)Deprecated.voidsetMaintainAspectRatio(boolean maintainAspectRatio)Deprecated.voidsetPercentResize(boolean percentResize)Deprecated.voidsetResizeToThumbnail(boolean resizeToThumbnail)Deprecated.voidsetWidth(int width)Deprecated.java.lang.StringtoString()Deprecated.
-
-
-
Method Detail
-
setWidth
public void setWidth(int width)
Deprecated.
-
getWidth
public int getWidth()
Deprecated.
-
setHeight
public void setHeight(int height)
Deprecated.
-
getHeight
public int getHeight()
Deprecated.
-
setMaintainAspectRatio
public void setMaintainAspectRatio(boolean maintainAspectRatio)
Deprecated.
-
isMaintainAspectRatio
public boolean isMaintainAspectRatio()
Deprecated.
-
setPercentResize
public void setPercentResize(boolean percentResize)
Deprecated.
-
isPercentResize
public boolean isPercentResize()
Deprecated.
-
setResizeToThumbnail
public void setResizeToThumbnail(boolean resizeToThumbnail)
Deprecated.
-
isResizeToThumbnail
public boolean isResizeToThumbnail()
Deprecated.
-
setAllowEnlargement
public void setAllowEnlargement(boolean allowEnlargement)
Deprecated.
-
getAllowEnlargement
public boolean getAllowEnlargement()
Deprecated.
-
toString
public java.lang.String toString()
Deprecated.- Overrides:
toStringin classjava.lang.Object
-
-