类: BgUtil

BgUtil


new BgUtil()

背景工具类

方法列表

名称 说明
.generateGrid(options)

按间隔生成网格

.generateScaleline(options)

生成刻度尺

.generateWaterMarkLayer(options)

生成水印图层

详细说明


(static) generateGrid(options)

按间隔生成网格

参数
名称 类型 缺省值 说明
options Object

{width, height, interval, color}


(static) generateScaleline(options)

生成刻度尺

参数
名称 类型 缺省值 说明
options Object

{width, height, interval, style, size, coord, color}


(static) generateWaterMarkLayer(options)

生成水印图层

参数
名称 类型 缺省值 说明
options Object

选项{text, rotation, style}

返回值

layer

Type
Layer