目录

构造函数

3.42.2. 构造函数

类名:com.runqian.report4.usermodel.CellGraphConfig

public CellGraphConfig() public CellGraphConfig(byte type, java.lang.String urlOrClassName, byte order)

Parameters:

type - 指定配置类型,可取值为TYPE_URL、TYPE_CUSTOM

urlOrClassName - 参数type为TYPE_URL时此参数表示URL, 为TYPE_CUSTOM时此参数表示类名(必须实现ICellGraphGenerator接口)