railo.runtime.functions.image
Class ImageAddBorder

java.lang.Object
  extended by railo.runtime.functions.image.ImageAddBorder
All Implemented Interfaces:
Serializable, Function

public class ImageAddBorder
extends Object
implements Function

See Also:
Serialized Form

Constructor Summary
ImageAddBorder()
           
 
Method Summary
static String call(PageContext pc, Object name)
           
static String call(PageContext pc, Object name, double thickness)
           
static String call(PageContext pc, Object name, double thickness, String color)
           
static String call(PageContext pc, Object name, double thickness, String color, String strBorderType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImageAddBorder

public ImageAddBorder()
Method Detail

call

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

call

public static String call(PageContext pc,
                          Object name,
                          double thickness)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          Object name,
                          double thickness,
                          String color)
                   throws PageException
Throws:
PageException

call

public static String call(PageContext pc,
                          Object name,
                          double thickness,
                          String color,
                          String strBorderType)
                   throws PageException
Throws:
PageException


Copyright © 2012 Railo