railo.runtime.functions.image
Class ImageDrawCubicCurve

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

public class ImageDrawCubicCurve
extends Object


Constructor Summary
ImageDrawCubicCurve()
           
 
Method Summary
static String call(PageContext pc, Object name, double x1, double y1, double ctrlx1, double ctrly1, double ctrlx2, double ctrly2, double x2, double y2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageDrawCubicCurve

public ImageDrawCubicCurve()
Method Detail

call

public static String call(PageContext pc,
                          Object name,
                          double x1,
                          double y1,
                          double ctrlx1,
                          double ctrly1,
                          double ctrlx2,
                          double ctrly2,
                          double x2,
                          double y2)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo