railo.runtime.functions.image
Class ImageNew

java.lang.Object
  extended by railo.runtime.functions.image.ImageNew

public class ImageNew
extends Object


Constructor Summary
ImageNew()
           
 
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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageNew

public ImageNew()
Method Detail

call

public static Object call(PageContext pc)
                   throws SecurityException
Throws:
SecurityException

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