|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.report.xls.ChartPaperInfo
public class ChartPaperInfo
contains the information of chart paper in the file.
| Constructor Summary | |
|---|---|
ChartPaperInfo()
|
|
ChartPaperInfo(int x,
int y,
int width,
int height,
ChartAreaInfo paperAreaInfo,
LineFormatInfo gridX,
LineFormatInfo gridY,
AreaFormatInfo wall,
AxisInfo xAxisInfo,
YAxisInfo yAxisInfo)
Constructs class ChartPaperInfo and sets its fields appropriately. |
|
| Method Summary | |
|---|---|
LineFormatInfo |
getGridX()
Get the Information of gridline of x axis |
LineFormatInfo |
getGridY()
Get the Information of gridline of y axis |
int |
getHeight()
Get the height of chart paper |
ChartAreaInfo |
getPaperArea()
Get the Information of paper Area |
AreaFormatInfo |
getWall()
Get the Information of wall |
int |
getWidth()
Get the width of chart paper |
int |
getX()
Get the x position of chart paper |
AxisInfo |
getXAxis()
Get the Information of x axis |
int |
getY()
Get the y position of chart paper |
YAxisInfo |
getYAxis()
Get the Information of y axis |
void |
setGridX(LineFormatInfo gridX)
Set the Information of gridline of x axis |
void |
setGridY(LineFormatInfo gridY)
Set the Information of gridline of y axis |
void |
setHeight(int height)
Set the height of chart paper |
void |
setPaperArea(ChartAreaInfo paperAreaInfo)
Set the Information of paper Area |
void |
setWall(AreaFormatInfo wall)
Set the Information of wall |
void |
setWidth(int width)
Set the width of chart paper |
void |
setX(int x)
Set the x position of chart paper |
void |
setXAxis(AxisInfo xAxis)
Set the Information of x axis |
void |
setY(int y)
Set the y position of chart paper |
void |
setYAxis(YAxisInfo yAxis)
Set the Information of y axis |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChartPaperInfo()
public ChartPaperInfo(int x,
int y,
int width,
int height,
ChartAreaInfo paperAreaInfo,
LineFormatInfo gridX,
LineFormatInfo gridY,
AreaFormatInfo wall,
AxisInfo xAxisInfo,
YAxisInfo yAxisInfo)
x - The x-position of chart paper upper-left cornery - The y-position of chart paper upper-left cornerwidth - Width of the chart paperheight - Height of the chart paperpaperAreaInfo - The information of the chart papergridX - The information of the gridline in x axisgridY - The information of the gridline in y axiswall - The information of wallxAxisInfo - The information of x axisyAxisInfo - The information of y axis| Method Detail |
|---|
public void setX(int x)
public int getX()
public void setY(int y)
public int getY()
public void setWidth(int width)
public int getWidth()
public void setHeight(int height)
public int getHeight()
public void setPaperArea(ChartAreaInfo paperAreaInfo)
paperAreaInfo - the Information of paper Areapublic ChartAreaInfo getPaperArea()
public void setGridX(LineFormatInfo gridX)
gridX - the Information of gridline of x axispublic LineFormatInfo getGridX()
public void setGridY(LineFormatInfo gridY)
gridY - the Information of gridline of y axispublic LineFormatInfo getGridY()
public void setWall(AreaFormatInfo wall)
wall - the Information of wallpublic AreaFormatInfo getWall()
public void setXAxis(AxisInfo xAxis)
xAxis - the Information of x axispublic AxisInfo getXAxis()
public void setYAxis(YAxisInfo yAxis)
yAxis - the Information of y axispublic YAxisInfo getYAxis()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||