|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
de.laures.cewolf.taglib.tags.CewolfTag
de.laures.cewolf.taglib.tags.AbstractChartTag
Root tag <chart> of a chart definition. Defines all values for the page scope variable of type ChartDefinition which is used by the img tag to render the appropriate chart.
Field Summary | |
protected AbstractChartDefinition |
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 | |
AbstractChartTag()
|
Method Summary | |
void |
addChartPostProcessor(ChartPostProcessor pp,
java.util.Map params)
|
protected abstract AbstractChartDefinition |
createChartDefinition()
|
int |
doEndTag()
|
int |
doStartTag()
|
java.lang.String |
getChartId()
Method getChartId. |
void |
reset()
|
void |
setAntialias(boolean anti)
|
void |
setBackground(java.lang.String src)
|
void |
setBackgroundimagealpha(java.lang.Float alpha)
|
void |
setLegendanchor(java.lang.String anchor)
Setter for property legend. |
void |
setPaint(java.awt.Paint paint)
Method setPaint. |
void |
setShowlegend(boolean legend)
Setter for property legend. |
void |
setTitle(java.lang.String title)
Setter for property title. |
void |
setType(java.lang.String type)
Setter for property type. |
void |
setXaxislabel(java.lang.String xAxisLabel)
Setter for property xAxisLabel. |
void |
setYaxislabel(java.lang.String yAxisLabel)
Setter for property xAxisLabel. |
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 |
Field Detail |
protected AbstractChartDefinition chartDefinition
Constructor Detail |
public AbstractChartTag()
Method Detail |
protected abstract AbstractChartDefinition createChartDefinition()
public int doStartTag()
doStartTag
in interface javax.servlet.jsp.tagext.Tag
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class CewolfTag
javax.servlet.jsp.JspException
Tag.doEndTag()
public void reset()
reset
in class CewolfTag
public java.lang.String getChartId()
CewolfRootTag
getChartId
in interface CewolfRootTag
public void setTitle(java.lang.String title)
title
- New value of property title.public void setXaxislabel(java.lang.String xAxisLabel)
xAxisLabel
- New value of property xAxisLabel.public void setYaxislabel(java.lang.String yAxisLabel)
public void setBackground(java.lang.String src)
public void setBackgroundimagealpha(java.lang.Float alpha)
public void setAntialias(boolean anti)
public void setShowlegend(boolean legend)
legend
- New value of property legend.public void setLegendanchor(java.lang.String anchor)
public void addChartPostProcessor(ChartPostProcessor pp, java.util.Map params)
public void setPaint(java.awt.Paint paint)
Painted
setPaint
in interface Painted
paint
- public void setType(java.lang.String type)
type
- New value of property type.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |