de.laures.cewolf.taglib.tags
Class CombinedChartTag

java.lang.Object
  extended byjavax.servlet.jsp.tagext.TagSupport
      extended byde.laures.cewolf.taglib.tags.CewolfTag
          extended byde.laures.cewolf.taglib.tags.AbstractChartTag
              extended byde.laures.cewolf.taglib.tags.CombinedChartTag
All Implemented Interfaces:
CewolfRootTag, javax.servlet.jsp.tagext.IterationTag, Painted, PlotContainer, java.io.Serializable, javax.servlet.jsp.tagext.Tag, TaglibConstants

public class CombinedChartTag
extends AbstractChartTag
implements PlotContainer

Chart tag subclass to handle combined charts

Author:
guido, tbardzil
See Also:
Serialized Form

Field Summary
 
Fields inherited from class de.laures.cewolf.taglib.tags.AbstractChartTag
chartDefinition
 
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
CombinedChartTag()
           
 
Method Summary
 void addPlot(PlotDefinition pd)
           
protected  AbstractChartDefinition createChartDefinition()
           
 void setLayout(java.lang.String layout)
          Setter for property layout [tb]
 
Methods inherited from class de.laures.cewolf.taglib.tags.AbstractChartTag
addChartPostProcessor, doEndTag, doStartTag, getChartId, reset, setAntialias, setBackground, setBackgroundimagealpha, setLegendanchor, setPaint, setShowlegend, setTitle, setType, setXaxislabel, setYaxislabel
 
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

CombinedChartTag

public CombinedChartTag()
Method Detail

createChartDefinition

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

addPlot

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

setLayout

public void setLayout(java.lang.String layout)
Setter for property layout [tb]

Parameters:
layout -


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