|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.report.xls.ChartPaperInfo
jet.report.xls.ChartPaper2DInfo
public class ChartPaper2DInfo
contains the information of chart paper in the file.
| Constructor Summary | |
|---|---|
ChartPaper2DInfo()
|
|
ChartPaper2DInfo(int x,
int y,
int width,
int height,
ChartAreaInfo paperAreaInfo,
LineFormatInfo gridX,
LineFormatInfo gridY,
LineFormatInfo gridY2,
AreaFormatInfo wall,
AxisInfo xAxisInfo,
YAxisInfo yAxisInfo,
YAxisInfo y2AxisInfo)
Constructs class ChartPaperInfo and sets its fields appropriately. |
|
| Method Summary | |
|---|---|
LineFormatInfo |
getGridY2()
Get the Information of gridline of y2 axis |
YAxisInfo |
getY2Axis()
Get the Information of y1 axis |
void |
setGridY2(LineFormatInfo gridY2)
Set the Information of gridline of y2 axis |
void |
setY2Axis(YAxisInfo y2Axis)
Set the Information of y2 axis |
| Methods inherited from class jet.report.xls.ChartPaperInfo |
|---|
getGridX, getGridY, getHeight, getPaperArea, getWall, getWidth, getX, getXAxis, getY, getYAxis, setGridX, setGridY, setHeight, setPaperArea, setWall, setWidth, setX, setXAxis, setY, setYAxis |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChartPaper2DInfo()
public ChartPaper2DInfo(int x,
int y,
int width,
int height,
ChartAreaInfo paperAreaInfo,
LineFormatInfo gridX,
LineFormatInfo gridY,
LineFormatInfo gridY2,
AreaFormatInfo wall,
AxisInfo xAxisInfo,
YAxisInfo yAxisInfo,
YAxisInfo y2AxisInfo)
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 axisgridY1 - The information of the gridline in y1 axisgridy2 - The information of the gridline in y2 axiswall - The information of wallxAxisInfo - The information of x axisy1AxisInfo - The information of y1 axisy2AxisInfo - The information of y2 axis| Method Detail |
|---|
public void setGridY2(LineFormatInfo gridY2)
gridZ - the Information of gridline of y2 axispublic LineFormatInfo getGridY2()
public void setY2Axis(YAxisInfo y2Axis)
yAxis - the Information of y2 axispublic YAxisInfo getY2Axis()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||