Uses of Class
org.mycore.services.imaging.MCRImgService.ScaleMode

Packages that use MCRImgService.ScaleMode
org.mycore.services.imaging   
 

Uses of MCRImgService.ScaleMode in org.mycore.services.imaging
 

Methods in org.mycore.services.imaging that return MCRImgService.ScaleMode
static MCRImgService.ScaleMode MCRImgService.ScaleMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MCRImgService.ScaleMode[] MCRImgService.ScaleMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.mycore.services.imaging with parameters of type MCRImgService.ScaleMode
 void MCRImgService.getImage(MCRFile image, int newWidth, int newHeight, OutputStream output, MCRImgService.ScaleMode scaleMode)