PatternFormat

Inheritance: java.lang.Object, com.aspose.slides.PVIObject

All Implemented Interfaces: com.aspose.slides.IPatternFormat

public final class PatternFormat extends PVIObject implements IPatternFormat

Represents a pattern to fill a shape.

Methods

MethodDescription
getVersion()
getPatternStyle()Returns or sets the pattern style.
setPatternStyle(byte value)Returns or sets the pattern style.
getForeColor()Returns the foreground pattern color.
getBackColor()Returns the background pattern color.
getTileImage(Integer background, Integer foreground)Creates a tile image for the pattern fill with a specified colors.
getTileImage(Integer styleColor)Creates a tile image for the pattern fill.

getVersion()

public long getVersion()

Version. Read-only long.

Returns: long

getPatternStyle()

public final byte getPatternStyle()

Returns or sets the pattern style. Read/write PatternStyle.

Returns: byte

setPatternStyle(byte value)

public final void setPatternStyle(byte value)

Returns or sets the pattern style. Read/write PatternStyle.

Parameters:

ParameterTypeDescription
valuebyte

getForeColor()

public final IColorFormat getForeColor()

Returns the foreground pattern color. Read-only IColorFormat.

Returns: IColorFormat

getBackColor()

public final IColorFormat getBackColor()

Returns the background pattern color. Read-only IColorFormat.

Returns: IColorFormat

getTileImage(Integer background, Integer foreground)

public final Bitmap getTileImage(Integer background, Integer foreground)

Creates a tile image for the pattern fill with a specified colors.

Parameters:

ParameterTypeDescription
backgroundjava.lang.IntegerThe background java.lang.Integer for the pattern.
foregroundjava.lang.IntegerThe foreground java.lang.Integer for the pattern.

Returns: android.graphics.Bitmap - Tile android.graphics.Bitmap.

getTileImage(Integer styleColor)

public final Bitmap getTileImage(Integer styleColor)

Creates a tile image for the pattern fill.

Parameters:

ParameterTypeDescription
styleColorjava.lang.IntegerThe default java.lang.Integer, defined in ShapeEx’s StyleEx object. Fill’s colors can depend on this.

Returns: android.graphics.Bitmap - Tile android.graphics.Bitmap.