railo.runtime.functions.image
Class ImageDrawBeveledRect

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

public class ImageDrawBeveledRect
extends Object


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

Constructor Detail

ImageDrawBeveledRect

public ImageDrawBeveledRect()
Method Detail

call

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

call

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

call

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


Copyright © 2012 Railo