OdHatchedBrush
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.objects.brush.OdBrush
public class OdHatchedBrush extends OdBrush
The Hatched brush
Constructors
Constructor | Description |
---|---|
OdHatchedBrush() |
Methods
Method | Description |
---|---|
getBrushStyle() | Gets the style. |
getArgb32Color() | Gets the color of the argb32. |
setArgb32Color(int value) | Sets the color of the argb32. |
deepClone() | Clone this instance. |
OdHatchedBrush()
public OdHatchedBrush()
getBrushStyle()
public int getBrushStyle()
Gets the style.
Returns: int - the style.
getArgb32Color()
public final int getArgb32Color()
Gets the color of the argb32.
Returns: int - the color of the argb32.
setArgb32Color(int value)
public final void setArgb32Color(int value)
Sets the color of the argb32.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int | the color of the argb32. |
deepClone()
public Object deepClone()
Clone this instance.
Returns: java.lang.Object - The return new instance of source brush