railo.runtime.functions.image
Class ImageRotate

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

public class ImageRotate
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
ImageRotate()
           
 
Method Summary
static String call(PageContext pc, Object name, String angle)
           
static String call(PageContext pc, Object name, String angle, String strInterpolation)
           
static String call(PageContext pc, Object name, String x, String y, String angle)
           
static String call(PageContext pc, Object name, String x, String y, String angle, String strInterpolation)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageRotate

public ImageRotate()
Method Detail

call

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

call

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

call

public static String call(PageContext pc,
                          Object name,
                          String x,
                          String y,
                          String angle)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          Object name,
                          String x,
                          String y,
                          String angle,
                          String strInterpolation)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo