railo.runtime.functions.image
Class ImagePaste

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

public class ImagePaste
extends Object


Constructor Summary
ImagePaste()
           
 
Method Summary
static String call(PageContext pc, Object src1, Object src2)
           
static String call(PageContext pc, Object src1, Object src2, double x)
           
static String call(PageContext pc, Object src1, Object src2, double x, double y)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImagePaste

public ImagePaste()
Method Detail

call

public static String call(PageContext pc,
                          Object src1,
                          Object src2)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          Object src1,
                          Object src2,
                          double x)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          Object src1,
                          Object src2,
                          double x,
                          double y)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo