|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jet.report.xls.ChartPaperInfo
public class ChartPaperInfo
Contains the information of chart paper in the file.
Constructor Summary | |
---|---|
ChartPaperInfo()
Creates a ChartPaperInfo object with the default parameter. |
|
ChartPaperInfo(int x,
int y,
int width,
int height,
ChartAreaInfo paperAreaInfo,
LineFormatInfo gridX,
LineFormatInfo gridY,
AreaFormatInfo wall,
AxisInfo xAxisInfo,
YAxisInfo yAxisInfo)
Creates a ChartPaperInfo object with these parameters: |
Method Summary | |
---|---|
LineFormatInfo |
getGridX()
Gets the information of gridline of x axis. |
LineFormatInfo |
getGridY()
Gets the information of gridline of y axis. |
int |
getHeight()
Gets the height of chart paper. |
ChartAreaInfo |
getPaperArea()
Gets the information of paper area. |
AreaFormatInfo |
getWall()
Gets the information of chart wall. |
int |
getWidth()
Gets the width of chart paper. |
int |
getX()
Gets the x position of chart paper. |
AxisInfo |
getXAxis()
Gets the information of x axis. |
int |
getY()
Gets the y position of chart paper. |
YAxisInfo |
getYAxis()
Gets the information of y axis. |
void |
setGridX(LineFormatInfo gridX)
Sets the information of gridline of x axis. |
void |
setGridY(LineFormatInfo gridY)
Sets the information of gridline of y axis. |
void |
setHeight(int height)
Sets the height of chart paper. |
void |
setPaperArea(ChartAreaInfo paperAreaInfo)
Sets the information of paper area. |
void |
setWall(AreaFormatInfo wall)
Sets the information of chart wall. |
void |
setWidth(int width)
Sets the width of chart paper. |
void |
setX(int x)
Sets the x position of chart paper. |
void |
setXAxis(AxisInfo xAxis)
Sets the information of x axis. |
void |
setY(int y)
Sets the y position of chart paper. |
void |
setYAxis(YAxisInfo yAxis)
Sets 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()
ChartPaperInfo
object with the default parameter.
public ChartPaperInfo(int x, int y, int width, int height, ChartAreaInfo paperAreaInfo, LineFormatInfo gridX, LineFormatInfo gridY, AreaFormatInfo wall, AxisInfo xAxisInfo, YAxisInfo yAxisInfo)
ChartPaperInfo
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 axiswall
- the information of chart wallxAxisInfo
- the information of x axisyAxisInfo
- the information of y axisMethod Detail |
---|
public void setX(int x)
x
- the x position of chart paperpublic int getX()
public void setY(int y)
y
- the y position of chart paperpublic int getY()
public void setWidth(int width)
width
- the width of chart paperpublic int getWidth()
public void setHeight(int height)
height
- the height of chart paperpublic int getHeight()
public void setPaperArea(ChartAreaInfo paperAreaInfo)
paperAreaInfo
- the information of paper area.public 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 chart 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 |