jet.report.xls
Class AreaInfo

java.lang.Object
  extended by jet.report.xls.ChartTypeInfo
      extended by jet.report.xls.AreaInfo
Direct Known Subclasses:
Bar_AreaInfo

public class AreaInfo
extends ChartTypeInfo

Contains the information of Area chart type in the file.


Field Summary
static short F100STACKED
          Represents 100% Stacked Area Chart.
static short NORMAL
          Represents Normal Area Chart.
static short STACKED
          Represents Stacked Area Chart.
 
Fields inherited from class jet.report.xls.ChartTypeInfo
AREA, BAR, BAR_AREA, BAR_LINE, BOPPOP, COLUMN, CONE, CYLINDER, DROPBAR, LINE, LINE_LINE, PIE, PYRAMID, RADAR, SCATTER, SHOWBUBBLESIZE, SHOWLABEL, SHOWLABPER, SHOWNONE, SHOWPERCENT, SHOWVALUE, STOCK, SURFACE
 
Constructor Summary
AreaInfo(short dataLabel, boolean is3D, Info3D info3D, short style)
          Constructs class AreaInfo and sets its fields appropriately.
 
Method Summary
 int getChartType()
          Gets the type of the chart.
 short getStyle()
          Gets the style of the area chart.
 boolean hasShadow()
          Gets whether this Area has a shadow or not.
 void setHasShadow(boolean b)
          Sets whether this Area has a shadow or not.
 void setStyle(short style)
          Sets the style of the area chart.
 
Methods inherited from class jet.report.xls.ChartTypeInfo
addSeries, getCatName, getCatNameRef, getDataLabel, getInfo3D, getIs3D, getSeries, getSeriesSize, insertSeries, removeSeries, replace, setCatName, setCatNameRef, setCatNameRef, setDataLabel, setInfo3D, setIs3D, setIsPercentDataLabel, setIsShowY2, setIsShowYAxis
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NORMAL

public static final short NORMAL
Represents Normal Area Chart.

See Also:
Constant Field Values

STACKED

public static final short STACKED
Represents Stacked Area Chart.

See Also:
Constant Field Values

F100STACKED

public static final short F100STACKED
Represents 100% Stacked Area Chart.

See Also:
Constant Field Values
Constructor Detail

AreaInfo

public AreaInfo(short dataLabel,
                boolean is3D,
                Info3D info3D,
                short style)
Constructs class AreaInfo and sets its fields appropriately.

Parameters:
dataLabel - type of the data label, 0 for none, 1 for show value, 16 for show label
is3D - if the chart is 3D chart or not
style - Style of area chart, which can be NORMAL, STACKED OR F100STACKED
Method Detail

getChartType

public int getChartType()
Gets the type of the chart.

Specified by:
getChartType in class ChartTypeInfo
Returns:
type of the chart

getStyle

public short getStyle()
Gets the style of the area chart. NORMAL STACKED F100STACKED

Specified by:
getStyle in class ChartTypeInfo
Returns:
style of the area chart

setStyle

public void setStyle(short style)
Sets the style of the area chart. NORMAL STACKED F100STACKED

Parameters:
style - Style of the area chart

hasShadow

public boolean hasShadow()
Gets whether this Area has a shadow or not.

Specified by:
hasShadow in class ChartTypeInfo
Returns:
whether this Area has a shadow or not

setHasShadow

public void setHasShadow(boolean b)
Sets whether this Area has a shadow or not. If the chart is a 3D chart, it can not set shadow.

Parameters:
b - - whether this Area has a shadow or not