railo.runtime.tag
Class Image

java.lang.Object
  extended by railo.runtime.ext.tag.TagImpl
      extended by railo.runtime.tag.Image
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag

public final class Image
extends TagImpl

Lets you resize and add labels to GIF and JPEG format images.


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
Image()
           
 
Method Summary
 int doStartTag()
           
 void release()
           
 void setAction(String strAction)
           
 void setAngle(double angle)
           
 void setBase64(boolean base64)
           
 void setColor(String strColor)
           
 void setDestination(String destination)
           
 void setDifficulty(String strDifficulty)
           
 void setFonts(String fontList)
           
 void setFontsize(double fontsize)
           
 void setFormat(String format)
           
 void setHeight(String height)
           
 void setIsbase64(boolean isbase64)
           
 void setName(String name)
           
 void setOverwrite(boolean overwrite)
           
 void setPassthrough(String passthrough)
           
 void setQuality(double quality)
           
 void setResult(String structName)
           
 void setSource(Object source)
           
 void setStructname(String structName)
           
 void setText(String text)
           
 void setThickness(double thickness)
           
 void setWidth(String width)
           
 
Methods inherited from class railo.runtime.ext.tag.TagImpl
doEndTag, getParent, required, required, required, required, setPageContext, setPageContext, setParent
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Image

public Image()
Method Detail

release

public void release()
Specified by:
release in interface javax.servlet.jsp.tagext.Tag
Overrides:
release in class TagImpl

setAction

public void setAction(String strAction)
               throws ApplicationException
Parameters:
action - the action to set
Throws:
ApplicationException

setBase64

public void setBase64(boolean base64)
Parameters:
base64 - the base64 to set

setAngle

public void setAngle(double angle)
Parameters:
angle - the angle to set

setColor

public void setColor(String strColor)
              throws ExpressionException
Parameters:
color - the color to set
Throws:
ExpressionException

setDestination

public void setDestination(String destination)
Parameters:
destination - the destination to set

setDifficulty

public void setDifficulty(String strDifficulty)
                   throws ApplicationException
Parameters:
difficulty - the difficulty to set
Throws:
ApplicationException

setFonts

public void setFonts(String fontList)
              throws PageException
Parameters:
fonts - the fonts to set
Throws:
PageException

setPassthrough

public void setPassthrough(String passthrough)
Parameters:
passthrough - the passthrough to set

setFontsize

public void setFontsize(double fontsize)
Parameters:
fontsize - the fontsize to set

setFormat

public void setFormat(String format)
               throws ApplicationException
Parameters:
format - the format to set
Throws:
ApplicationException

setHeight

public void setHeight(String height)
Parameters:
height - the height to set

setWidth

public void setWidth(String width)
Parameters:
width - the width to set

setIsbase64

public void setIsbase64(boolean isbase64)
Parameters:
isbase64 - the isbase64 to set

setName

public void setName(String name)
Parameters:
name - the name to set

setOverwrite

public void setOverwrite(boolean overwrite)
Parameters:
overwrite - the overwrite to set

setQuality

public void setQuality(double quality)
                throws ApplicationException
Parameters:
quality - the quality to set
Throws:
ApplicationException

setSource

public void setSource(Object source)
Parameters:
source - the source to set
Throws:
PageException

setStructname

public void setStructname(String structName)
Parameters:
structName - the structName to set

setResult

public void setResult(String structName)
Parameters:
structName - the structName to set

setText

public void setText(String text)
Parameters:
text - the text to set

setThickness

public void setThickness(double thickness)
Parameters:
thickness - the thickness to set

doStartTag

public int doStartTag()
               throws javax.servlet.jsp.JspException
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doStartTag in class TagImpl
Throws:
javax.servlet.jsp.JspException


Copyright © 2012 Railo