|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.report.xls.ChartLocInfo
public class ChartLocInfo
contains the information of chart location in the file.
| Constructor Summary | |
|---|---|
ChartLocInfo()
Constructs a ChartLocInfo class |
|
ChartLocInfo(short left,
short leftOffset,
short top,
short topOffset,
short right,
short rightOffset,
short bottom,
short bottomOffset)
Constructs a ChartLocInfo class and sets its fields appropriately. |
|
| Method Summary | |
|---|---|
short |
getBottom()
get bottom row index of chart in the excel |
short |
getBottomOffset()
get bottom row offset of chart in the excel |
short |
getLeft()
get left column index of chart in the excel |
short |
getLeftOffset()
get left column offset of chart in the excel |
short |
getRight()
get right column index of chart in the excel |
short |
getRightOffset()
get right column offset of chart in the excel |
short |
getTop()
get top row index of chart in the excel |
short |
getTopOffset()
get top row offset of chart in the excel |
void |
setBottom(short bottom)
set bottom row index of chart in the excel |
void |
setBottomOffset(short bottomOffset)
set bottom row offset of chart in the excel |
void |
setLeft(short left)
set left column index of chart in the excel |
void |
setLeftOffset(short leftOffset)
set left column offset of chart in the excel |
void |
setRight(short right)
set right column index of chart in the excel |
void |
setRightOffset(short rightOffset)
set right column offset of chart in the excel |
void |
setTop(short top)
set top row index of chart in the excel |
void |
setTopOffset(short topOffset)
set top row offset of chart in the excel |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChartLocInfo()
public ChartLocInfo(short left,
short leftOffset,
short top,
short topOffset,
short right,
short rightOffset,
short bottom,
short bottomOffset)
left - The left column index of chart in the excelleftOffset - The left column offset of chart in the excelright - The right column index of chart in the excelrightOffset - The right column offset of chart in the exceltop - The top row index of chart in the exceltopOffset - The top row offset of chart in the excelbottom - The bottom row index of chart in the excelbottomOffset - The bottom row offset of chart in the excel| Method Detail |
|---|
public void setLeft(short left)
public short getLeft()
public void setLeftOffset(short leftOffset)
public short getLeftOffset()
public void setRight(short right)
public short getRight()
public void setRightOffset(short rightOffset)
public short getRightOffset()
public void setTop(short top)
public short getTop()
public void setTopOffset(short topOffset)
public short getTopOffset()
public void setBottom(short bottom)
public short getBottom()
public void setBottomOffset(short bottomOffset)
public short getBottomOffset()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||