OdPatternBrush
Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.objects.brush.OdBrush
public class OdPatternBrush extends OdBrush
The open document pattern brush
Constructors
| Constructor | Description |
|---|---|
| OdPatternBrush() |
Methods
| Method | Description |
|---|---|
| getPattern() | Gets the pattern. |
| setPattern(byte[] value) | Sets the pattern. |
| getBrushStyle() | Gets the style. |
| deepClone() | Clone this instance. |
OdPatternBrush()
public OdPatternBrush()
getPattern()
public final byte[] getPattern()
Gets the pattern.
Returns: byte[] - the pattern.
setPattern(byte[] value)
public final void setPattern(byte[] value)
Sets the pattern.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | byte[] | the pattern. |
getBrushStyle()
public int getBrushStyle()
Gets the style.
Returns: int - the style.
deepClone()
public Object deepClone()
Clone this instance.
Returns: java.lang.Object - The return new instance of source brush