OdHatchedBrush
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.objects.brush.OdBrush
public class OdHatchedBrush extends OdBrush
网格画笔
构造函数
| 构造函数 | 描述 |
|---|---|
| OdHatchedBrush() |
方法
| 方法 | 描述 |
|---|---|
| getBrushStyle() | 获取样式。 |
| getArgb32Color() | 获取 argb32 的颜色。 |
| setArgb32Color(int value) | 设置 argb32 的颜色。 |
| deepClone() | 克隆此实例。 |
OdHatchedBrush()
public OdHatchedBrush()
getBrushStyle()
public int getBrushStyle()
获取样式。
Returns: int - 样式。
getArgb32Color()
public final int getArgb32Color()
获取 argb32 的颜色。
Returns: int - argb32 的颜色。
setArgb32Color(int value)
public final void setArgb32Color(int value)
设置 argb32 的颜色。
Parameters:
| 参数 | 类型 | 描述 |
|---|---|---|
| value | int | argb32 的颜色。 |
deepClone()
public Object deepClone()
克隆此实例。
Returns: java.lang.Object - 返回源画刷的新实例