railo.runtime.functions.image
Class ImageDrawArc
java.lang.Object
railo.runtime.functions.image.ImageDrawArc
public class ImageDrawArc
- extends Object
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)
|
ImageDrawArc
public ImageDrawArc()
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