public interface IPatternFormatEffectiveData
Immutable object which contains effective pattern filling properties.
IFillFormatEffectiveData
and ILineFillFormatEffectiveData
.
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getBackColor()
Returns the background pattern color.
|
java.lang.Integer |
getForeColor()
Returns the foreground pattern color.
|
byte |
getPatternStyle()
Returns the pattern style.
|
android.graphics.Bitmap |
getTileImage(java.lang.Integer background,
java.lang.Integer foreground)
Creates a tile image for the pattern fill with a specified colors.
|
byte getPatternStyle()
Returns the pattern style.
Read-only PatternStyle
.
java.lang.Integer getForeColor()
Returns the foreground pattern color.
Read-only Integer
.
java.lang.Integer getBackColor()
Returns the background pattern color.
Read-only Integer
.
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
.