public interface IPatternFormat
Represents a pattern to fill a shape.
| Modifier and Type | Method and Description |
|---|---|
IColorFormat |
getBackColor()
Returns the background pattern color.
|
IColorFormat |
getForeColor()
Returns the foreground pattern color.
|
byte |
getPatternStyle()
Returns or sets the pattern style.
|
IImage |
getTile(java.lang.Integer styleColor)
Creates a tile image for the pattern fill.
|
IImage |
getTile(java.lang.Integer background,
java.lang.Integer foreground)
Creates a tile image for the pattern fill with a specified colors.
|
android.graphics.Bitmap |
getTileImage(java.lang.Integer styleColor)
Deprecated.
Use GetTile(Color styleColor) method instead. The method will be removed after release of version 24.7.
|
android.graphics.Bitmap |
getTileImage(java.lang.Integer background,
java.lang.Integer foreground)
Deprecated.
Use GetTile(Color background, Color foreground) method instead. The method will be removed after release of version 24.7.
|
void |
setPatternStyle(byte value)
Returns or sets the pattern style.
|
byte getPatternStyle()
Returns or sets the pattern style.
Read/write PatternStyle.
void setPatternStyle(byte value)
Returns or sets the pattern style.
Read/write PatternStyle.
IColorFormat getForeColor()
Returns the foreground pattern color.
Read-only IColorFormat.
IColorFormat getBackColor()
Returns the background pattern color.
Read-only IColorFormat.
@Deprecated
android.graphics.Bitmap getTileImage(java.lang.Integer background,
java.lang.Integer foreground)
Creates a tile image for the pattern fill with a specified colors.
background - The background Integer for the pattern.foreground - The foreground Integer for the pattern.Bitmap.IImage getTile(java.lang.Integer background, java.lang.Integer foreground)
Creates a tile image for the pattern fill with a specified colors.
background - The background Integer for the pattern.foreground - The foreground Integer for the pattern.Bitmap.@Deprecated android.graphics.Bitmap getTileImage(java.lang.Integer styleColor)
Creates a tile image for the pattern fill.
styleColor - The default Integer,
defined in ShapeEx's StyleEx object. Fill's colors can depend on this.Bitmap.IImage getTile(java.lang.Integer styleColor)
Creates a tile image for the pattern fill.
styleColor - The default Integer,
defined in ShapeEx's StyleEx object. Fill's colors can depend on this.Bitmap.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.