railo.runtime.functions.image
Class ImageShear

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

public class ImageShear
extends Object


Constructor Summary
ImageShear()
           
 
Method Summary
static String call(PageContext pc, Object name, double shear)
           
static String call(PageContext pc, Object name, double shear, String direction)
           
static String call(PageContext pc, Object name, double shear, String strDirection, String strInterpolation)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageShear

public ImageShear()
Method Detail

call

public static String call(PageContext pc,
                          Object name,
                          double shear)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          Object name,
                          double shear,
                          String direction)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          Object name,
                          double shear,
                          String strDirection,
                          String strInterpolation)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo