railo.runtime.functions.image
Class ImageResize
java.lang.Object
railo.runtime.functions.image.ImageResize
- All Implemented Interfaces:
- Serializable, Function
public class ImageResize
- extends Object
- implements Function
- See Also:
- Serialized Form
Method Summary |
static String |
call(PageContext pc,
Object name,
String width,
String height)
|
static String |
call(PageContext pc,
Object name,
String width,
String height,
String interpolation)
|
static String |
call(PageContext pc,
Object name,
String width,
String height,
String interpolation,
double blurFactor)
|
ImageResize
public ImageResize()
call
public static String call(PageContext pc,
Object name,
String width,
String height)
throws PageException
- Throws:
PageException
call
public static String call(PageContext pc,
Object name,
String width,
String height,
String interpolation)
throws PageException
- Throws:
PageException
call
public static String call(PageContext pc,
Object name,
String width,
String height,
String interpolation,
double blurFactor)
throws PageException
- Throws:
PageException
Copyright © 2012 Railo