|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jet.report.xls.ChartLocInfo
public class ChartLocInfo
Contains the information of chart location in the file.
Constructor Summary | |
---|---|
ChartLocInfo()
Constructs a ChartLocInfo object with the default parameters. |
|
ChartLocInfo(short left,
short leftOffset,
int top,
short topOffset,
short right,
short rightOffset,
int bottom,
short bottomOffset)
Constructs a ChartLocInfo class and sets its fields appropriately. |
Method Summary | |
---|---|
int |
getBottom()
Gets the bottom row index of chart in the excel. |
short |
getBottomOffset()
Gets the bottom row offset of chart in the excel. |
short |
getLeft()
Gets the left column index of chart in the excel. |
short |
getLeftOffset()
Gets the left column offset of chart in the excel. |
short |
getRight()
Gets the right column index of chart in the excel. |
short |
getRightOffset()
Gets the right column offset of chart in the excel. |
int |
getTop()
Gets the top row index of chart in the excel. |
short |
getTopOffset()
Gets the top row offset of chart in the excel. |
void |
setBottom(int bottom)
Sets the bottom row index of chart in the excel. |
void |
setBottomOffset(short bottomOffset)
Sets the bottom row offset of chart in the excel. |
void |
setLeft(short left)
Sets the left column index of chart in the excel. |
void |
setLeftOffset(short leftOffset)
Sets the left column offset of chart in the excel. |
void |
setRight(short right)
Sets the right column index of chart in the excel. |
void |
setRightOffset(short rightOffset)
Sets the right column offset of chart in the excel. |
void |
setTop(int top)
Sets the top row index of chart in the excel. |
void |
setTopOffset(short topOffset)
Sets the 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()
ChartLocInfo
object with the default parameters.
public ChartLocInfo(short left, short leftOffset, int top, short topOffset, short right, short rightOffset, int 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 excelMethod 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(int top)
public int getTop()
public void setTopOffset(short topOffset)
public short getTopOffset()
public void setBottom(int bottom)
public int 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 |