OdSolidBrush
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.objects.brush.OdBrush
public class OdSolidBrush extends OdBrush
The open document solid brush
Constructors
| Constructor | Description |
|---|---|
| OdSolidBrush() |
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. |
OdSolidBrush()
public OdSolidBrush()
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