public interface IPatternFormatEffectiveData
Immutable object which contains effective pattern filling properties.
IFillFormatEffectiveData
and ILineFillFormatEffectiveData
.
Modifier and Type | Method and Description |
---|---|
java.awt.Color |
getBackColor()
Returns the background pattern color.
|
java.awt.Color |
getForeColor()
Returns the foreground pattern color.
|
byte |
getPatternStyle()
Returns the pattern style.
|
java.awt.image.BufferedImage |
getTileImage(java.awt.Color background,
java.awt.Color foreground)
Creates a tile image for the pattern fill with a specified colors.
|
byte getPatternStyle()
Returns the pattern style.
Read-only PatternStyle
.
java.awt.Color getForeColor()
Returns the foreground pattern color.
Read-only Color
.
java.awt.Color getBackColor()
Returns the background pattern color.
Read-only Color
.
java.awt.image.BufferedImage getTileImage(java.awt.Color background, java.awt.Color foreground)
Creates a tile image for the pattern fill with a specified colors.
background
- The background Color
for the pattern.foreground
- The foreground Color
for the pattern.BufferedImage
.