railo.runtime.functions.image
Class ImageDrawArc

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

public class ImageDrawArc
extends Object


Constructor Summary
ImageDrawArc()
           
 
Method Summary
static String call(PageContext pc, Object name, double x, double y, double width, double height, double startAngle, double arcAngle)
           
static String call(PageContext pc, Object name, double x, double y, double width, double height, double startAngle, double arcAngle, boolean filled)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageDrawArc

public ImageDrawArc()
Method Detail

call

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

call

public static String call(PageContext pc,
                          Object name,
                          double x,
                          double y,
                          double width,
                          double height,
                          double startAngle,
                          double arcAngle,
                          boolean filled)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo