railo.runtime.functions.image
Class ImageNew
java.lang.Object
railo.runtime.functions.image.ImageNew
public class ImageNew
- extends Object
Method Summary |
static Object |
call(PageContext pc)
|
static Object |
call(PageContext pc,
Object source)
|
static Object |
call(PageContext pc,
Object source,
String width)
|
static Object |
call(PageContext pc,
Object source,
String width,
String height)
|
static Object |
call(PageContext pc,
Object source,
String width,
String height,
String strImageType)
|
static Object |
call(PageContext pc,
Object source,
String width,
String height,
String strImageType,
String strCanvasColor)
|
ImageNew
public ImageNew()
call
public static Object call(PageContext pc)
call
public static Object call(PageContext pc,
Object source)
throws PageException
- Throws:
PageException
call
public static Object call(PageContext pc,
Object source,
String width)
throws PageException
- Throws:
PageException
call
public static Object call(PageContext pc,
Object source,
String width,
String height)
throws PageException
- Throws:
PageException
call
public static Object call(PageContext pc,
Object source,
String width,
String height,
String strImageType)
throws PageException
- Throws:
PageException
call
public static Object call(PageContext pc,
Object source,
String width,
String height,
String strImageType,
String strCanvasColor)
throws PageException
- Throws:
PageException
Copyright © 2012 Railo