tools获取 shape 类型枚举
get tools(): object
返回
destroy销毁实例
destroy(): void
enableBold设置文字是否使用粗体
enableBold(enable: boolean): void
参数
setCaretColor设置文字输入光标颜色
setCaretColor(color: string): void
enableDash设置是否使用虚线
enableDash(enable: boolean): void
setFill设置是否填充
setFill(enable: boolean): void
setFillColor设置填充颜色
setFillColor(color: string): void
enableFontItalic设置文字是否使用斜体
enableFontItalic(enable: boolean): void
setFontSize设置文字字体大小
setFontSize(font: number): void
setHoverColor设置 shape hover 高亮颜色
setFontSize(color: string): void
setLineWidth设置线宽
setLineWidth(lineWidth: boolean): void
setShapeType设置 shape 类型
setShapeType(type: string): void
setSides设置多边形边数量
setSides(sides: number): void
setStroke设置是否描边
setStroke(enable: boolean): void
setStrokeColor设置描边颜色
setStrokeColor(color: string): void
Harmony
Hierarchy
Index
Accessors
Methods
Accessors
tools
获取 shape 类型枚举
返回
Methods
destroy
销毁实例
返回
enableBold
设置文字是否使用粗体
参数
返回
setCaretColor
设置文字输入光标颜色
参数
返回
enableDash
设置是否使用虚线
参数
返回
setFill
设置是否填充
参数
返回
setFillColor
设置填充颜色
参数
返回
enableFontItalic
设置文字是否使用斜体
参数
返回
setFontSize
设置文字字体大小
参数
返回
setHoverColor
设置 shape hover 高亮颜色
参数
返回
setLineWidth
设置线宽
参数
返回
setShapeType
设置 shape 类型
参数
返回
setSides
设置多边形边数量
参数
返回
setStroke
设置是否描边
参数
返回
setStrokeColor
设置描边颜色
参数
返回