|
|||||||||
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.ChartPaper3DInfo
public class ChartPaper3DInfo
Contains the information of chart paper in the file.
Constructor Summary | |
---|---|
ChartPaper3DInfo()
Creates a ChartPaper3DInfo object with the default parameter. |
|
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 a ChartPaper3DInfo object with these parameters: |
Method Summary | |
---|---|
AreaFormatInfo |
getFloor()
Gets the information of chart floor. |
LineFormatInfo |
getGridZ()
Gets the information of gridline of z axis |
AxisInfo |
getZAxis()
Gets the information of z axis. |
void |
setFloor(AreaFormatInfo floor)
Sets the information of chart floor |
void |
setGridZ(LineFormatInfo gridZ)
Sets the information of gridline of z axis. |
void |
setZAxis(AxisInfo zAxis)
Sets 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()
ChartPaper3DInfo
object with the default parameter.
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)
ChartPaper3DInfo
object with these parameters:
x
- the x-position of upper-left corner on chart papery
- The y-position of 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 y axisgridZ
- the information of the gridline in z axiswall
- the information of chart wallfloor
- the information of chart floorxAxisInfo
- the information of x axisyAxisInfo
- the information of y axiszAxisInfo
- the information of z axisMethod 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 chart 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 |