OdPatternBrush

Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.objects.brush.OdBrush

public class OdPatternBrush extends OdBrush

The open document pattern brush

Constructors

ConstructorDescription
OdPatternBrush()

Methods

MethodDescription
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:

ParameterTypeDescription
valuebyte[]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