railo.runtime.functions.image
Class ImageResize

java.lang.Object
  extended by railo.runtime.functions.image.ImageResize
All Implemented Interfaces:
Serializable, Function

public class ImageResize
extends Object
implements Function

See Also:
Serialized Form

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

Constructor Detail

ImageResize

public ImageResize()
Method Detail

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