de.laures.cewolf.taglib.tags
Class PlotTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by de.laures.cewolf.taglib.tags.CewolfTag
          extended by de.laures.cewolf.taglib.tags.PlotTag
All Implemented Interfaces:
DataAware, TaglibConstants, Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class PlotTag
extends CewolfTag
implements TaglibConstants, DataAware

Tag <sub-plot> which defines a plot to overlay

Author:
Chris McCann
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 de.laures.cewolf.taglib.TaglibConstants
ANCHOR_EAST, ANCHOR_NORTH, ANCHOR_SOUTH, ANCHOR_WEST, TOOLTIPS_ENABLED_KEY
 
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
PlotTag()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 void reset()
           
 void setDataProductionConfig(DatasetProducer dsp, Map params, boolean useCache)
           
 void setType(String type)
          Setter for property type.
 void setXaxislabel(String xAxisLabel)
          Setter for property xAxisLabel.
 void setYaxislabel(String yAxisLabel)
          Setter for property yAxisLabel.
 
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

PlotTag

public PlotTag()
Method Detail

doStartTag

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

doEndTag

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

reset

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

setType

public void setType(String type)
Setter for property type.

Parameters:
type - New value of property type.

setDataProductionConfig

public void setDataProductionConfig(DatasetProducer dsp,
                                    Map params,
                                    boolean useCache)
Specified by:
setDataProductionConfig in interface DataAware

setXaxislabel

public void setXaxislabel(String xAxisLabel)
Setter for property xAxisLabel. [tb]

Parameters:
xAxisLabel - New value of property xAxisLabel.

setYaxislabel

public void setYaxislabel(String yAxisLabel)
Setter for property yAxisLabel. [tb]

Parameters:
yAxisLabel - New value of property xAxisLabel.


Copyright © 2012. All Rights Reserved.