|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jet.report.xls.ChartPaperInfo jet.report.xls.ChartPaper2DInfo
public class ChartPaper2DInfo
Contains the information of chart paper in the file.
Constructor Summary | |
---|---|
ChartPaper2DInfo()
Creates a ChartPaper2DInfo with the default parameters. |
|
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 a ChartPaper2DInfo with these parameters: |
Method Summary | |
---|---|
LineFormatInfo |
getGridY2()
Gets the information of gridline of y2 axis. |
YAxisInfo |
getY2Axis()
Gets the information of y1 axis. |
void |
setGridY2(LineFormatInfo gridY2)
Sets the information of gridline of y2 axis. |
void |
setY2Axis(YAxisInfo y2Axis)
Sets 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()
ChartPaper2DInfo
with the default parameters.
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)
ChartPaper2DInfo
with these parameters:
x
- the x-position of the upper-left corner on chart papery
- The y-position of the upper-left corner on chart paperwidth
- 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 y1 axisgridY2
- the information of the gridline in y2 axiswall
- the information of chart wallxAxisInfo
- the information of x axisyAxisInfo
- the information of y1 axisy2AxisInfo
- the information of y2 axisMethod Detail |
---|
public void setGridY2(LineFormatInfo gridY2)
gridY2
- the information of gridline of y2 axispublic LineFormatInfo getGridY2()
public void setY2Axis(YAxisInfo y2Axis)
y2Axis
- the information of y2 axispublic YAxisInfo getY2Axis()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |