|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPatternFormatEffectiveData
Immutable object which represents a pattern to fill a shape.
Method Summary | |
---|---|
java.awt.Color |
getBackColor()
Returns the background pattern color. |
java.awt.Color |
getForeColor()
Returns the foreground pattern color. |
byte |
getPatternStyle()
Returns or sets 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. |
Method Detail |
---|
byte getPatternStyle()
Returns or sets the pattern style.
Read-only PatternStyle
.
java.awt.Color getForeColor()
Returns the foreground pattern color.
Read-only java.awt.Color
.
java.awt.Color getBackColor()
Returns the background pattern color.
Read-only java.awt.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 System.Drawing.Color
for the pattern.foreground
- The foreground System.Drawing.Color
for the pattern.
Bitmap
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |