接口 | 说明 |
---|---|
BinaryDecoder |
Defines common decoding methods for byte array decoders.
|
BinaryEncoder |
Defines common encoding methods for byte array encoders.
|
ChartPreStyleManagerProvider |
Created by Administrator on 2015/10/9 0009.
|
ContentWriter | |
DataModelCreator | |
Decoder |
Provides the highest level of abstraction for Decoders.
|
EmailManagerProvider | |
Encoder |
Provides the highest level of abstraction for Encoders.
|
FComparator |
用于表示该对象可以用于比较并且可被序列化的接口
|
Key<V> |
属性的Key类 用于枚举类型继承
|
MapHelper |
Created by eason on 14/11/11.
|
Painter |
用于绘画图形的基本接口
|
ParameterHolder | |
ResizableElement |
Created by hufan on 2016/12/2.
|
SegmentHandler |
参数分段分析接口
|
TableData |
数据集的基本接口
|
TemplateUtils.RenderAction |
计算参数Action
|
类 | 说明 |
---|---|
AbstractPainter |
画图对象的一个虚拟实现
|
AbstractTableData | |
AutoChangeLineAndDrawManager |
Created by daniel on 2017/8/17.
|
Base64 |
base64编码转换
|
Base64EncoderDecoder |
Provides Base64 encoding and decoding as defined by RFC 2045.
|
BaseFormula | |
BaseObjectTokenizer |
Created by IntelliJ IDEA.
|
BaseScriptUtils |
关于联动的脚本工具类
|
BaseUtils |
基本的工具类
|
BaseXMLUtils |
读写XML的基本方法工具类
|
CellBorderStyle |
单元格边框样式
|
ChartColorMatching |
Created by shine on 2018/7/17.
|
ChartEmptyDataStyleConf |
Created by shine on 2018/6/29.
|
ChartPreStyleConfig | |
ChartPreStyleServerManager |
图表 服务器预定义 风格 管理器.
|
ClassComparator |
类比较器
|
ClassUtils |
Created by Connery on 2015/12/8.
|
ConfigManager | 已过时 |
CoreDecimalFormat |
十进制数字处理类
|
CurrentContextTableDataNameSpace | |
CursorValue |
存储过程参数类型是
StoreProcedureConstants.CURSOR 时的参数值
主要是为了解决存储过程数据集的序列化问题 |
CustomConfig | |
CustomConfigManager |
Created with IntelliJ IDEA.
|
DataSetFunctionParameterMapNameSpace | |
DefaultExcelExportProcessor |
Created by Administrator on 2015/10/21 0021.
|
DefaultNameSpace |
Created by IntelliJ IDEA.
|
DoubleDimension2D |
The double value implementation of Dimension2D.
|
DsDynamicParamsKey |
dsName和某动态注入组参数构成的key对象
Created by rinoux on 2017/2/8.
|
DynamicNumberList | |
DynamicPixList | |
DynamicUnitList | |
DynamicValueList |
A int list with default value
|
EmailAttachment |
统一的邮件附件
Created by rinoux on 2018/4/3.
|
EmailConf |
配置email启动加载类
|
EmailManager | |
EmailManager.DefaultEmailProcessor | |
EmptyChartImage |
Created by shine on 2018/7/24.
|
ExcelImportAttr |
Created by Administrator on 2016/8/18.
|
ExcelUtils |
excel导入导出相关的工具类
|
FeedBackInfo |
用户反馈信息
Created by IntelliJ IDEA.
|
Formula |
公式,公式在FineReport中的运用非常广泛 ,从参数界面到报表单元格到图表都会涉及到公式 ,
公式中可以运用已有的各种函数进行复杂的运算
|
FormulaBuilder |
公式构建器,这个类有肯讷讷个会被扩展
|
FRContext |
FineReport环境的上下文,包含了所有需要全局共享的信息
|
GraphHelper |
Graphics draw, fill.
|
Icon |
图标类,分成系统默认图标和自定义图标
|
IconManager |
carl:管理icon
所有的icon都从这里引用
icon name 不区分大小写
生成大图,页面css也从这里拿
初始化生成一下图,生成页面的时候 先getCssInfo,这时候intiImage,initCSS,在getCssFile,css传到页面之后,页面才回再到服务器来拿图片
这时候再调用getAllInOneImage,每个button getCSSInfo只是拿相应的className
|
IconManagerService | |
ImageWrapper | |
MailAuthenticator |
通过用户名和用户密码来创建一个验证类的实例MyAuth;
MyAuth my = MyAuth(String userName,String password);
//userName 用户邮箱名;password :用户邮箱登录密码;
例:userName = sam ,password = ***;
|
MapLayerConf |
Created by shine on 2018/7/5.
|
MapTileLayer |
Created by shine on 2018/7/13.
|
MapXmlConfig | |
MapXMLHelper |
地图辅助, 储存地图的一些固定属性 以便于多模板, 同工程协作,
在保存或者打开模板时 需要读取以下内容, 保持和工程同步.
|
Margin |
This class defines the margins, which contain top, left, bottom and right.
|
MultiFieldParameter |
多字段流程参数,结构:
{
name : 参数名,
type : ‘Multi’
value : [{
Parameter1,
Parameter2
...
}]
}
|
NameStyle |
名字和样式的一个对应,用于从全局中找预定义的样式
|
PaperSize |
用于描述纸张的类
|
Parameter |
参数,参数是可以动态赋值的对象
|
ParameterConfig |
Created by juhaoyu on 2018/3/8.
|
ParameterHelper |
准备参数一些静态方法.
|
ParameterMapNameSpace | |
PhantomConf |
Created by shine on 2018/7/4.
|
PropertiesUtils |
Created with IntelliJ IDEA.
|
ResultFormula |
结果公式
|
ScreenResolution |
屏幕分辨率获取类
|
ScriptFormula |
支持脚本语法的公式
|
SegmentHandler.ParameterCollector | |
SegmentHandler.QueryCreator | |
SeparationConstants |
间隔, 标点符号大全
|
ServerConfig |
Created by juhaoyu on 2018/3/8.
|
SimpleDateFormatThreadSafe | |
StoreProcedureParameter |
用于配置存储过程参数,域包括
参数名: 此参数名称
参数值: 若为OUT模式,则其初始值没有意义,存储过程执行后,此值方有意义
模式: 包括IN,OUT,INOUT
类型: 类型
|
Style |
The style of element.
|
SynchronizedLiveDataModelUtils |
处理当前活动DataModel的工具类
|
TableDataNameSpace |
Created by zack on 2016/3/3.
|
TemplateUtils | |
TempNameStyle | |
TextFormat |
Text Format.
|
Utils |
基本的工具方法集合
|
枚举 | 说明 |
---|---|
Key.DemoKey | |
ParameterTypeHandler |
Created by Administrator on 2016/1/25 0025.
|
异常错误 | 说明 |
---|---|
DecoderException |
Thrown when there is a failure condition during the decoding process.
|
EncoderException |
Thrown when there is a failure condition during the encoding process.
|
EnvException |
报表运行环境相关异常
|