ICEfaces ICE Components 3.3.0
Java API Documentation

com.icesoft.faces.component.outputchart
Class PieChart

java.lang.Object
  extended by com.icesoft.faces.component.outputchart.AbstractChart
      extended by com.icesoft.faces.component.outputchart.PieChart
All Implemented Interfaces:
java.io.Serializable

public class PieChart
extends AbstractChart

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.icesoft.faces.component.outputchart.AbstractChart
chart
 
Constructor Summary
PieChart()
           
PieChart(javax.faces.component.UIComponent outputChart)
           
 
Method Summary
protected  void buildChart(OutputChart outputChart)
           
 double[] getData(java.lang.Object obj)
           
 java.lang.String[] getLabels(java.lang.Object obj)
           
 java.awt.Paint[] getPaints(java.lang.Object obj)
           
 
Methods inherited from class com.icesoft.faces.component.outputchart.AbstractChart
encode, getAs2dDoubleArray, getAsDoubleArray, getAsPaintArray, getAsShapeArray, getAsStringArray, getChart, getClickedImageMapArea, getColor, getGeneratedImageMapArea, getLegendProperties, getPaints, setChart, setClickedImageMapArea
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PieChart

public PieChart()

PieChart

public PieChart(javax.faces.component.UIComponent outputChart)
         throws java.lang.Throwable
Throws:
java.lang.Throwable
Method Detail

buildChart

protected void buildChart(OutputChart outputChart)
Specified by:
buildChart in class AbstractChart

getData

public double[] getData(java.lang.Object obj)

getLabels

public java.lang.String[] getLabels(java.lang.Object obj)

getPaints

public java.awt.Paint[] getPaints(java.lang.Object obj)

ICEfaces ICE Components 3.3.0
Java API Documentation

Copyright 2013 ICEsoft Technologies Canada Corp., All Rights Reserved.