com.jalios.jcms.analytics
Class FlotPieChart

java.lang.Object
  extended by com.jalios.jcms.analytics.AbstractFlotChart
      extended by com.jalios.jcms.analytics.FlotPieChart

public class FlotPieChart
extends AbstractFlotChart


Field Summary
protected  String height
           
protected  String width
           
 
Fields inherited from class com.jalios.jcms.analytics.AbstractFlotChart
externalLegend, jsDisplayEventName, name, selectableLegend
 
Constructor Summary
FlotPieChart()
           
 
Method Summary
protected  StringBuilder generateJSBuffer()
           
 List<Integer> getColorIndexList()
           
 String getHeight()
           
 Map<String,Double> getValuesMap()
           
 String getWidth()
           
 void setColorIndexList(List<Integer> colorIndexList)
           
 void setHeight(String height)
           
 void setValuesMap(Map valuesMap)
           
 void setWidth(String width)
           
 
Methods inherited from class com.jalios.jcms.analytics.AbstractFlotChart
addOptions, appendJSOptionsCode, appendPlotActionCode, generateBasicHtmlBuffer, generateHtmlBuffer, generateHtmlBufferWithLegend, getExternalLegend, getJsDisplayEventName, getJSONArray, getName, getOptionsList, getSelectableLegend, setExternalLegend, setJsDisplayEventName, setName, setOptionsList, setSelectableLegend, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

width

protected String width

height

protected String height
Constructor Detail

FlotPieChart

public FlotPieChart()
Method Detail

getWidth

public String getWidth()
Overrides:
getWidth in class AbstractFlotChart

setWidth

public void setWidth(String width)
Overrides:
setWidth in class AbstractFlotChart

getHeight

public String getHeight()
Overrides:
getHeight in class AbstractFlotChart

setHeight

public void setHeight(String height)
Overrides:
setHeight in class AbstractFlotChart

getValuesMap

public Map<String,Double> getValuesMap()

setValuesMap

public void setValuesMap(Map valuesMap)

getColorIndexList

public List<Integer> getColorIndexList()

setColorIndexList

public void setColorIndexList(List<Integer> colorIndexList)

generateJSBuffer

protected StringBuilder generateJSBuffer()
Specified by:
generateJSBuffer in class AbstractFlotChart


Copyright © 2001-2010 Jalios SA. All Rights Reserved.