public class Script
extends java.lang.Object
手写笔形
| 构造器和说明 |
|---|
Script()
无参构造
|
| 限定符和类型 | 方法和说明 |
|---|---|
ColorPoint[] |
getArrayPoints()
Standard getter
|
int |
getPointsCount()
Standard getter
|
void |
setArrayPoints(ColorPoint[] colorPoints)
Standard setter
|
void |
setPointsCount(int nPointsCount)
Standard setter
|
public ColorPoint[] getArrayPoints()
Standard getter
public void setArrayPoints(ColorPoint[] colorPoints)
Standard setter
colorPoints - 彩点数组public int getPointsCount()
Standard getter
public void setPointsCount(int nPointsCount)
Standard setter
nPointsCount - 彩点数量