railo.runtime.functions.image
Class ImageCopy

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

public class ImageCopy
extends Object


Constructor Summary
ImageCopy()
           
 
Method Summary
static Object call(PageContext pc, Object name, double x, double y, double width, double height)
           
static Object call(PageContext pc, Object name, double x, double y, double width, double height, double dx)
           
static Object call(PageContext pc, Object name, double x, double y, double width, double height, double dx, double dy)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageCopy

public ImageCopy()
Method Detail

call

public static Object call(PageContext pc,
                          Object name,
                          double x,
                          double y,
                          double width,
                          double height)
                   throws PageException
Throws:
PageException

call

public static Object call(PageContext pc,
                          Object name,
                          double x,
                          double y,
                          double width,
                          double height,
                          double dx)
                   throws PageException
Throws:
PageException

call

public static Object call(PageContext pc,
                          Object name,
                          double x,
                          double y,
                          double width,
                          double height,
                          double dx,
                          double dy)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo