|
|||||||||
| 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.ChartPaper3DInfo
public class ChartPaper3DInfo
contains the information of chart paper in the file.
| Constructor Summary | |
|---|---|
ChartPaper3DInfo()
|
|
ChartPaper3DInfo(int x,
int y,
int width,
int height,
ChartAreaInfo paperAreaInfo,
LineFormatInfo gridX,
LineFormatInfo gridY,
LineFormatInfo gridZ,
AreaFormatInfo wall,
AreaFormatInfo floor,
AxisInfo xAxisInfo,
YAxisInfo yAxisInfo,
AxisInfo zAxisInfo)
Constructs class ChartPaperInfo and sets its fields appropriately. |
|
| Method Summary | |
|---|---|
AreaFormatInfo |
getFloor()
Get the Information of floor |
LineFormatInfo |
getGridZ()
Get the Information of gridline of z axis |
AxisInfo |
getZAxis()
Get the Information of z axis |
void |
setFloor(AreaFormatInfo floor)
Set the Information of floor |
void |
setGridZ(LineFormatInfo gridZ)
Set the Information of gridline of z axis |
void |
setZAxis(AxisInfo zAxis)
Set the Information of z 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 ChartPaper3DInfo()
public ChartPaper3DInfo(int x,
int y,
int width,
int height,
ChartAreaInfo paperAreaInfo,
LineFormatInfo gridX,
LineFormatInfo gridY,
LineFormatInfo gridZ,
AreaFormatInfo wall,
AreaFormatInfo floor,
AxisInfo xAxisInfo,
YAxisInfo yAxisInfo,
AxisInfo zAxisInfo)
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 axisgridZ - The information of the gridline in z axiswall - The information of wallfloor - The information of floorxAxisInfo - The information of x axisyAxisInfo - The information of y axiszAxisInfo - The information of z axis| Method Detail |
|---|
public void setGridZ(LineFormatInfo gridZ)
gridZ - the Information of gridline of z axispublic LineFormatInfo getGridZ()
public void setFloor(AreaFormatInfo floor)
floor - the Information of floorpublic AreaFormatInfo getFloor()
public void setZAxis(AxisInfo zAxis)
zAxis - the Information of z axispublic AxisInfo getZAxis()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||