de.laures.cewolf.taglib.tags
Class OverlaidChartTag

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.AbstractChartTag
              extended by de.laures.cewolf.taglib.tags.OverlaidChartTag
All Implemented Interfaces:
PlotContainer, CewolfRootTag, Painted, java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class OverlaidChartTag
extends AbstractChartTag
implements PlotContainer

Author:
guido
See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.laures.cewolf.taglib.tags.AbstractChartTag
chartDefinition
 
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
OverlaidChartTag()
           
 
Method Summary
 void addPlot(PlotDefinition pd)
           
protected  AbstractChartDefinition createChartDefinition()
           
 void setxaxistype(java.lang.String xAxisType)
          Sets the xAxisType.
 void setyaxistype(java.lang.String yAxisType)
          Sets the yAxisType.
 
Methods inherited from class de.laures.cewolf.taglib.tags.AbstractChartTag
addChartPostProcessor, doEndTag, doStartTag, getChartId, reset, setAntialias, setBackground, setBackgroundcolor, setBackgroundimagealpha, setBordercolor, setBordervisible, setLegendanchor, setPaint, setPlotbackgroundcolor, setPlotbordercolor, setPlotbordervisible, setShowlegend, setTitle, setType, setXaxisinteger, setXaxislabel, setXticklabelsvisible, setXtickmarksvisible, setYaxisinteger, setYaxislabel, setYticklabelsvisible, setYtickmarksvisible
 
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

OverlaidChartTag

public OverlaidChartTag()
Method Detail

createChartDefinition

protected AbstractChartDefinition createChartDefinition()
Specified by:
createChartDefinition in class AbstractChartTag

addPlot

public void addPlot(PlotDefinition pd)
Specified by:
addPlot in interface PlotContainer

setxaxistype

public void setxaxistype(java.lang.String xAxisType)
Sets the xAxisType.

Parameters:
xAxisType - The xAxisType to set

setyaxistype

public void setyaxistype(java.lang.String yAxisType)
Sets the yAxisType.

Parameters:
yAxisType - The yAxisType to set


cewolf tag library - web charts with JFreeChart