|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jet.report.xls.ChartAreaInfo
public class ChartAreaInfo
Contains the information of Chart Area in the file.
Field Summary | |
---|---|
static short |
REGULARBORDER
The border format is regular border. |
static short |
SHADOWBORDER
The border format is shadow border. |
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()
Gets the information of chart area color. |
short |
getBorder()
Gets the pattern of the frame border. |
LineFormatInfo |
getBorderFormat()
Gets the information of chart border line. |
boolean |
isAutoPosition()
Gets whether the position of the frame is calculated by Microsoft Excel or not. |
boolean |
isAutoSize()
Gets whether the size of the frame is calculated by Microsoft Excel or not. |
void |
setAreaFormat(AreaFormatInfo areaFormatInfo)
Sets the information of chart area color. |
void |
setAutoPosition(boolean b)
Sets whether the position of the frame is calculated by Microsoft Excel or not. |
void |
setAutoSize(boolean b)
Sets whether the size of the frame is calculated by Microsoft Excel or not. |
void |
setBorder(short frt)
Sets the pattern of the frame border. |
void |
setBorderFormat(LineFormatInfo lineFormatInfo)
Sets 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
Constructor Detail |
---|
public ChartAreaInfo()
public ChartAreaInfo(LineFormatInfo lineFormatInfo, AreaFormatInfo areaFormatInfo)
lineFormatInfo
- the information of chart border lineareaFormatInfo
- the information of chart area colorMethod Detail |
---|
public short getBorder()
REGULARBORDER
,
SHADOWBORDER
public void setBorder(short frt)
frt
- the pattern of the frame borderREGULARBORDER
,
SHADOWBORDER
public boolean isAutoSize()
public void setAutoSize(boolean b)
b
- - true specifies the size of the frame is calculated by Microsoft Excelpublic boolean isAutoPosition()
public void setAutoPosition(boolean b)
b
- - true specifies the position of the frame is calculated by Microsoft Excelpublic void setBorderFormat(LineFormatInfo lineFormatInfo)
lineFormatInfo
- the information of chart border linepublic LineFormatInfo getBorderFormat()
public void setAreaFormat(AreaFormatInfo areaFormatInfo)
areaFormatInfo
- the information of chart area colorpublic AreaFormatInfo getAreaFormat()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |