OFC Charts 3.1


com.oxymel.ofc.charts
Class PieChart

java.lang.Object
  |
  +--com.oxymel.ofc.charts.Chart
        |
        +--com.oxymel.ofc.charts.PieChart

public class PieChart
extends Chart

PieChart is a subclass of the Chart class dedicated to the pie graphics


Fields inherited from class com.oxymel.ofc.charts.Chart
ROTATE_180_DEGREE, ROTATE_270_DEGREE, ROTATE_90_DEGREE, ROTATE_NONE
 
Constructor Summary
PieChart(int chartWidth, int chartHeight, ValueSeriesContainer valueSeriesContainer)
          Constructor.
 
Method Summary
 void setCategoryValueSeriesContainer(ValueSeriesContainer valueSeriesContainer)
          Replaces the data used to draw the pie by another data container
 
Methods inherited from class com.oxymel.ofc.charts.Chart
drawAnimateSVG, drawAnimateSVG, drawAnimateSVG, drawAnimateSVG, drawAnimateSVG, drawJPEG, drawJPEG, drawPNG, drawPNG, drawSVG, drawSVG, drawSVG, drawSVG, drawSVG, drawSVG, get3dEffectValue, getAllSeriesOrderByDisplayNumber, getBufferedImage, set3dEffectValue, setBackgroundColorVisible, setColorPalette, setGraphicBackgroundColor, setImageBackgroundColor, setLegendAlignMode, setLegendDisplayMode, setLegendFontSize, setNbPixelFreeArroundImageForPresentation, setRotateValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PieChart

public PieChart(int chartWidth,
                int chartHeight,
                ValueSeriesContainer valueSeriesContainer)
Constructor. Replaces the data used to draw the pie by another data container
Parameters:
chartWidth -  
chartHeight -  
categoryValueSeriesContainer - All series of couple category-value
Method Detail

setCategoryValueSeriesContainer

public void setCategoryValueSeriesContainer(ValueSeriesContainer valueSeriesContainer)
Replaces the data used to draw the pie by another data container
Parameters:
categoryValueSeriesContainer - All series of couple category-value

OFC Charts 3.1


Copyright © 2005 Oxymel SA All Rights Reserved.