Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

org.alfresco.repo.content.transform.magick
Class ImageResizeOptions
java.lang.Object
  org.alfresco.repo.content.transform.magick.ImageResizeOptions

public class ImageResizeOptions
extends Object
Image resize options
Author:
Roy Wetherall

Constructor Summary
ImageResizeOptions()
          Default constructor
Method Summary
boolean
getAllowEnlargement()
int
getHeight()
int
getWidth()
boolean
isMaintainAspectRatio()
boolean
isPercentResize()
boolean
isResizeToThumbnail()
void
setAllowEnlargement(boolean allowEnlargement)
void
setHeight(int height)
void
setMaintainAspectRatio(boolean maintainAspectRatio)
void
setPercentResize(boolean percentResize)
void
setResizeToThumbnail(boolean resizeToThumbnail)
void
setWidth(int width)
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Constructor Detail
ImageResizeOptions
public ImageResizeOptions()
Default constructor
Method Detail
setWidth
public void setWidth(int width)

getWidth
public int getWidth()

setHeight
public void setHeight(int height)

getHeight
public int getHeight()

setMaintainAspectRatio
public void setMaintainAspectRatio(boolean maintainAspectRatio)

isMaintainAspectRatio
public boolean isMaintainAspectRatio()

setPercentResize
public void setPercentResize(boolean percentResize)

isPercentResize
public boolean isPercentResize()

setResizeToThumbnail
public void setResizeToThumbnail(boolean resizeToThumbnail)

isResizeToThumbnail
public boolean isResizeToThumbnail()

setAllowEnlargement
public void setAllowEnlargement(boolean allowEnlargement)

getAllowEnlargement
public boolean getAllowEnlargement()

toString
public String toString()
Overrides:
toString in class Object

Overview  Package   Class  Use  Tree  Deprecated  Index  Help 
PREV CLASS   NEXT CLASS FRAMES    NO FRAMES    All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

Copyright © 2005–2016 Alfresco Software. All rights reserved.

Java API documentation generated with DocFlex/Javadoc 1.6.1 using JavadocPro template set.