|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.spire.presentation.drawing.PatternFillFormat
public class PatternFillFormat
Represents a pattern to fill a shape.
| Constructor Summary | |
|---|---|
PatternFillFormat(ISlideComponent parent)
|
|
| Method Summary | |
|---|---|
ColorFormat |
getBackgroundColor()
Gets the background pattern color. |
ColorFormat |
getForegroundColor()
Gets the foreground pattern color. |
PatternFillType |
getPatternType()
Gets the pattern style. |
java.awt.image.BufferedImage |
getTileImage(java.awt.Color styleColor)
Creates a tile image for the pattern fill. |
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. |
void |
setPatternType(PatternFillType value)
Sets the pattern style. |
| Methods inherited from interface com.spire.presentation.ISlideComponent |
|---|
getSlide |
| Methods inherited from interface com.spire.presentation.IActivePresentation |
|---|
getPresentation |
| Constructor Detail |
|---|
public PatternFillFormat(ISlideComponent parent)
| Method Detail |
|---|
public PatternFillType getPatternType()
public void setPatternType(PatternFillType value)
public ColorFormat getForegroundColor()
public ColorFormat getBackgroundColor()
public java.awt.image.BufferedImage getTileImage(java.awt.Color background,
java.awt.Color foreground)
background - The background foreground - The foreground public java.awt.image.BufferedImage getTileImage(java.awt.Color styleColor)
styleColor - The default
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||