Summary
Constructor
new abstract FillSymbol()
抽象类,不能被实例化。
Throws:
当被实例化时,抛出异常:“FillSymbol-constructor:the FillSymbol is an abstract class,can not be instantiated!”。
Methods
-
getOffset() → {module:basetype~Offset}
-
获取填充符号的偏移量。
-
setOffset(offset) → {module:style~FillSymbol}
-
设置填充符号的偏移量。
Parameters:
Name Type Description offset
module:basetype~Offset 偏移量
Throws:
当参数不是Offset时,抛出异常:'FillSymbol-setOffset:parameter offset must be an instance of Offset'。