de.laures.cewolf.taglib.tags
Class GradientTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byde.laures.cewolf.taglib.tags.CewolfTag
          extended byde.laures.cewolf.taglib.tags.GradientTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.IterationTag, Pointed, java.io.Serializable, javax.servlet.jsp.tagext.Tag

public class GradientTag
extends CewolfTag
implements Pointed

Tag <gradient-paint> which defines a paint of type gradient.

Author:
Guido Laures
See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.laures.cewolf.taglib.tags.CewolfTag
log
 
Fields inherited from class javax.servlet.jsp.tagext.TagSupport
id, pageContext
 
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag
EVAL_BODY_AGAIN
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
GradientTag()
           
 
Method Summary
 void addPoint(int x, int y, java.awt.Color c)
           
 int doEndTag()
           
 int doStartTag()
           
 void reset()
           
 void setCyclic(boolean cyclic)
          Setter for property cyclic.
 
Methods inherited from class de.laures.cewolf.taglib.tags.CewolfTag
doAfterEndTag
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
doAfterBody, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GradientTag

public GradientTag()
Method Detail

doStartTag

public int doStartTag()
Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag

doEndTag

public int doEndTag()
Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag
Overrides:
doEndTag in class CewolfTag
See Also:
Tag.doEndTag()

reset

public void reset()
Specified by:
reset in class CewolfTag

addPoint

public void addPoint(int x,
                     int y,
                     java.awt.Color c)
Specified by:
addPoint in interface Pointed

setCyclic

public void setCyclic(boolean cyclic)
Setter for property cyclic.

Parameters:
cyclic - New value of property cyclic.


Copyright © {inceptionYear}-2007 null. All Rights Reserved.