public class ImageResize extends Object implements IImageConversionSpecifier
| Constructor and Description |
|---|
ImageResize(int width,
int height) |
ImageResize(int width,
int height,
int filterspec) |
ImageResize(int width,
int height,
int filterspec,
String targetMime) |
ImageResize(int width,
int height,
String targetMime) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConversionKey() |
int |
getFilterSpec() |
int |
getHeight() |
String |
getTargetMime() |
int |
getWidth() |
String |
toString() |
public ImageResize(int width,
int height)
public ImageResize(int width,
int height,
int filterspec)
public ImageResize(int width,
int height,
int filterspec,
String targetMime)
public ImageResize(int width,
int height,
String targetMime)
public int getWidth()
public int getHeight()
public int getFilterSpec()
public String getConversionKey()
getConversionKey in interface IImageConversionSpecifierpublic String getTargetMime()
Copyright © 2017 etc.to. All rights reserved.