|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.report.xls.ChartAreaInfo
public class ChartAreaInfo
contains the information of Chart Area in the file.
| Field Summary | |
|---|---|
static short |
AUTOPOSITION
|
static short |
AUTOSIZE
|
static short |
REGULARBORDER
|
static short |
SHADOWBORDER
|
| Constructor Summary | |
|---|---|
ChartAreaInfo()
Constructs a ChartAreaInfo record |
|
ChartAreaInfo(LineFormatInfo lineFormatInfo,
AreaFormatInfo areaFormatInfo)
Constructs a ChartAreaInfo record and sets its fields appropriately. |
|
| Method Summary | |
|---|---|
AreaFormatInfo |
getAreaFormat()
get the information of chart area color return the information of chart area color |
short |
getBorder()
get the pattern of the frame border. |
LineFormatInfo |
getBorderFormat()
get the information of chart border line return the information of chart border line |
boolean |
isAutoPosition()
get whether the position of the frame is calculated by Microsoft Excel or not |
boolean |
isAutoSize()
get whether the size of the frame is calculated by Microsoft Excel or not |
void |
setAreaFormat(AreaFormatInfo areaFormatInfo)
set the information of chart area color |
void |
setAutoPosition(boolean b)
set whether the position of the frame is calculated by Microsoft Excel or not |
void |
setAutoSize(boolean b)
set whether the size of the frame is calculated by Microsoft Excel or not |
void |
setBorder(short frt)
set the pattern of the frame border. |
void |
setBorderFormat(LineFormatInfo lineFormatInfo)
set the information of chart border line |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final short REGULARBORDER
public static final short SHADOWBORDER
public static final short AUTOSIZE
public static final short AUTOPOSITION
| Constructor Detail |
|---|
public ChartAreaInfo()
public ChartAreaInfo(LineFormatInfo lineFormatInfo,
AreaFormatInfo areaFormatInfo)
frt - Pattern of the chart bordergrbit - Option flagslineFormatInfo - The information of chart border lineareaFormatInfo - the information of chart area color| Method Detail |
|---|
public short getBorder()
REGULARBORDER,
SHADOWBORDERpublic void setBorder(short frt)
frt - The pattern of the frame borderREGULARBORDER,
SHADOWBORDERpublic boolean isAutoSize()
public void setAutoSize(boolean b)
b - - whether the size of the frame is calculated by Microsoft Excel or notpublic boolean isAutoPosition()
public void setAutoPosition(boolean b)
b - - whether the position of the frame is calculated by Microsoft Excel or notpublic void setBorderFormat(LineFormatInfo lineFormatInfo)
lineFormatInfo - is the information of chart border linepublic LineFormatInfo getBorderFormat()
public void setAreaFormat(AreaFormatInfo areaFormatInfo)
areaFormatInfo - is the information of chart area colorpublic AreaFormatInfo getAreaFormat()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||