程序包 | 说明 |
---|---|
com.fr.base |
包含一些跨模块的底层基础类、接口、枚举等
|
com.fr.base.chart | |
com.fr.chart.chartattr | |
com.fr.chart.chartglyph |
图表图形包, 实现图表的画法, 分为图表图像(ChartGlyph)、绘图区图像(PlotGlyph)、图例图像(LegendGlyph)以及标题图像(TitleGlyph)。
|
com.fr.code.bar.core | |
com.fr.file |
与文件有关的工具类
|
com.fr.io.exporter | |
com.fr.report.cell.cellattr.core | |
com.fr.report.cell.cellattr.core.group | |
com.fr.report.cell.painter | |
com.fr.report.cell.painter.shape |
这个包中定义了支持在报表中绘制简单几何图形的接口和类.
|
com.fr.report.core |
报表的核心功能实现
|
限定符和类型 | 类和说明 |
---|---|
class |
AbstractPainter
画图对象的一个虚拟实现
|
限定符和类型 | 接口和说明 |
---|---|
interface |
BaseChartPainter
基础元素之 图表的Painter.
|
限定符和类型 | 类和说明 |
---|---|
class |
ChartCollection
图表收集器, 收集存放一个或多个图表, 然后画出,
一般在设计器编辑时展示的都是图表收集器.
|
class |
ChartPainter
图表预览时 所展示的图表集 一般为ChartGlyph的集合
|
限定符和类型 | 类和说明 |
---|---|
class |
AbstractChartPainter
抽象的图表绘画器.
|
限定符和类型 | 类和说明 |
---|---|
class |
BarcodePainter
BarcodePainter.用于绘制条形码
|
限定符和类型 | 类和说明 |
---|---|
class |
WebImagePainter
使用的方式显示,xxxx是imageUrl。
|
限定符和类型 | 类和说明 |
---|---|
class |
HTMLPainter
绘制html到画板的实现
|
限定符和类型 | 类和说明 |
---|---|
class |
ResultSubReport
子报表结果集
|
限定符和类型 | 类和说明 |
---|---|
class |
DSColumn
Datasource column
|
限定符和类型 | 类和说明 |
---|---|
class |
BiasTextPainter
BiasTextPainter.
|
class |
CellImagePainter
新图片格式。
|
class |
CurrencyLinePainter |
class |
TagPainter
Created by plough on 2017/5/26.
|
限定符和类型 | 接口和说明 |
---|---|
interface |
ShapePainter
Shape painter.
|
限定符和类型 | 类和说明 |
---|---|
class |
AbstractShapePainter
The abstract implementation of ShapePainter interface.
|
class |
IssoscelesTriangleShapePainter
Issosceles triangle shape.
|
class |
LineShapePainter
Line shape painter.
|
class |
OvalShapePainter
Oval shape.
|
class |
RectangleShapePainter
Rectangle shape.
|
class |
RoundedRectangleShapePainter
Rounded rectangle shape.
|
限定符和类型 | 方法和说明 |
---|---|
static void |
PaintUtils.paintTag(Painter painter,
Repository repo,
int width,
int height,
Style style,
Tag tag) |