public abstract class AbstractOutlet<T> extends java.lang.Object implements Outlet<T>
构造器和说明 |
---|
AbstractOutlet() |
限定符和类型 | 方法和说明 |
---|---|
T |
chartOutput(ClippedPageProvider page,
T parent,
BaseChartPainter chartPainter,
java.awt.Dimension dim,
NodeVisitor visitor)
图表输出
|
T |
clippedPageOutput(ClippedPageProvider page,
T parent,
java.lang.String ids,
NodeVisitor visitor)
切割页面输出
|
T |
footerOutput(ReportSettingsProvider reportSettings,
int left,
int bottom,
int right,
int width,
int height)
脚注输出
|
T |
headerOutput(ReportSettingsProvider reportSettings,
int top,
int left,
int right,
int width)
表头输出
|
T |
out(T parent)
输出
|
T |
pageContentOutput(java.awt.geom.Rectangle2D paintRectangle)
页面输出
|
public T headerOutput(ReportSettingsProvider reportSettings, int top, int left, int right, int width) throws java.lang.Exception
headerOutput
在接口中 Outlet<T>
reportSettings
- 报表设置top
- 高left
- 左right
- 右width
- 宽java.lang.Exception
- 抛错public T pageContentOutput(java.awt.geom.Rectangle2D paintRectangle) throws java.lang.Exception
pageContentOutput
在接口中 Outlet<T>
paintRectangle
- 矩形java.lang.Exception
- 抛错public T footerOutput(ReportSettingsProvider reportSettings, int left, int bottom, int right, int width, int height) throws java.lang.Exception
footerOutput
在接口中 Outlet<T>
reportSettings
- 报表设置left
- 左侧bottom
- 底部right
- 右侧width
- 宽度height
- 高度java.lang.Exception
- 抛错public T clippedPageOutput(ClippedPageProvider page, T parent, java.lang.String ids, NodeVisitor visitor) throws java.lang.Exception
clippedPageOutput
在接口中 Outlet<T>
page
- 页面parent
- 父类ids
- 标记idvisitor
- 超找图表类java.lang.Exception
- 抛错public T chartOutput(ClippedPageProvider page, T parent, BaseChartPainter chartPainter, java.awt.Dimension dim, NodeVisitor visitor) throws java.lang.Exception
chartOutput
在接口中 Outlet<T>
page
- 页面parent
- 父类chartPainter
- 图表查找dim
- 宽度高度范围java.lang.Exception
- 抛错