ChartDirector
Class BoxWhiskerLayer

java.lang.Object
  |
  +--ChartDirector.Layer
        |
        +--ChartDirector.BaseBoxLayer
              |
              +--ChartDirector.BoxWhiskerLayer

public class BoxWhiskerLayer
extends BaseBoxLayer


Constructor Summary
BoxWhiskerLayer()
           
 
Method Summary
 java.lang.String getLegendIcon(int dataSetNo)
           
 void setBoxColor(int item, int boxColor)
           
 void setBoxColors(int[] colors)
           
 void setBoxColors(int[] colors, java.lang.String[] names)
           
 void setWhiskerBrightness(double whiskerBrightness)
           
 
Methods inherited from class ChartDirector.BaseBoxLayer
setDataGap, setDataWidth, setMinImageMapSize, setRoundedCorners, setRoundedCorners, setRoundedCorners, setRoundedCorners
 
Methods inherited from class ChartDirector.Layer
addCustomAggregateLabel, addCustomAggregateLabel, addCustomAggregateLabel, addCustomAggregateLabel, addCustomAggregateLabel, addCustomDataLabel, addCustomDataLabel, addCustomDataLabel, addCustomDataLabel, addCustomDataLabel, addCustomGroupLabel, addCustomGroupLabel, addCustomGroupLabel, addCustomGroupLabel, addCustomGroupLabel, addDataGroup, addDataGroup, addDataSet, addDataSet, addDataSet, addExtraField, addExtraField, addExtraField, addExtraField2, addExtraField2, alignLayer, getDataSet, getDataSetByZ, getDataSetCount, getHTMLImageMap, getHTMLImageMap, getHTMLImageMap, getHTMLImageMap, getImageCoor, getImageCoor, getImageCoor, getImageCoor2, getImageCoor2, getNearestXValue, getXCoor, getXIndexOf, getXIndexOf, getXPosition, getYCoor, getYCoor, getYCoor, moveBack, moveBack, moveFront, moveFront, set3D, set3D, set3D, setAggregateLabelFormat, setAggregateLabelStyle, setAggregateLabelStyle, setAggregateLabelStyle, setAggregateLabelStyle, setAggregateLabelStyle, setBaseLine, setBorderColor, setBorderColor, setDataCombineMethod, setDataLabelFormat, setDataLabelStyle, setDataLabelStyle, setDataLabelStyle, setDataLabelStyle, setDataLabelStyle, setHTMLImageMap, setHTMLImageMap, setHTMLImageMap, setLegend, setLegendOrder, setLegendOrder, setLineWidth, setUseYAxis, setUseYAxis2, setUseYAxis2, setXData, setXData, setXData, setXData, setXData2, setXData2, xZoneColor, yZoneColor, yZoneColor, yZoneColor
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoxWhiskerLayer

public BoxWhiskerLayer()
Method Detail

setBoxColors

public void setBoxColors(int[] colors,
                         java.lang.String[] names)

setBoxColors

public void setBoxColors(int[] colors)

setBoxColor

public void setBoxColor(int item,
                        int boxColor)

setWhiskerBrightness

public void setWhiskerBrightness(double whiskerBrightness)

getLegendIcon

public java.lang.String getLegendIcon(int dataSetNo)
Overrides:
getLegendIcon in class Layer