railo.runtime.functions.image
Class ImageScaleToFit

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

public class ImageScaleToFit
extends Object


Constructor Summary
ImageScaleToFit()
           
 
Method Summary
static String call(PageContext pc, Object name, String fitWidth, String fitHeight)
           
static String call(PageContext pc, Object name, String fitWidth, String fitHeight, String interpolation)
           
static String call(PageContext pc, Object name, String fitWidth, String fitHeight, String strInterpolation, double blurFactor)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageScaleToFit

public ImageScaleToFit()
Method Detail

call

public static String call(PageContext pc,
                          Object name,
                          String fitWidth,
                          String fitHeight)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          Object name,
                          String fitWidth,
                          String fitHeight,
                          String interpolation)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          Object name,
                          String fitWidth,
                          String fitHeight,
                          String strInterpolation,
                          double blurFactor)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo