Package com.jalios.jcms.taglib
Class FlotPieChartTag
- java.lang.Object
-
- javax.servlet.jsp.tagext.TagSupport
-
- com.jalios.jcms.taglib.AbstractFlotChartTag
-
- com.jalios.jcms.taglib.FlotPieChartTag
-
- All Implemented Interfaces:
java.io.Serializable,javax.servlet.jsp.tagext.IterationTag,javax.servlet.jsp.tagext.JspTag,javax.servlet.jsp.tagext.Tag
public class FlotPieChartTag extends AbstractFlotChartTag
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.jalios.jcms.taglib.AbstractFlotChartTag
chartInstance, JCMS_TAG_FLOT_CHART_INSTANCE
-
-
Constructor Summary
Constructors Constructor Description FlotPieChartTag()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractFlotChartcreateNewFlotInstance()voidrelease()voidsetColorIndexList(java.util.List<java.lang.Integer> colorIndexList)protected voidsetProperties(AbstractFlotChart chart)voidsetValuesMap(java.util.Map<java.lang.String,java.lang.Double> valuesMap)-
Methods inherited from class com.jalios.jcms.taglib.AbstractFlotChartTag
doEndTag, doStartTag, getExternalLegend, getHeight, getJsDisplayEventName, getName, getPageContext, getSelectableLegend, getWidth, setExternalLegend, setHeight, setJsDisplayEventName, setName, setPageContext, setSelectableLegend, setWidth
-
-
-
-
Method Detail
-
setValuesMap
public void setValuesMap(java.util.Map<java.lang.String,java.lang.Double> valuesMap)
-
setColorIndexList
public void setColorIndexList(java.util.List<java.lang.Integer> colorIndexList)
-
release
public void release()
- Specified by:
releasein interfacejavax.servlet.jsp.tagext.Tag- Overrides:
releasein classAbstractFlotChartTag
-
setProperties
protected void setProperties(AbstractFlotChart chart)
- Specified by:
setPropertiesin classAbstractFlotChartTag
-
createNewFlotInstance
protected AbstractFlotChart createNewFlotInstance()
- Specified by:
createNewFlotInstancein classAbstractFlotChartTag
-
-