|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PatternFormatEffectiveData
public class PatternFormatEffectiveData
Immutable object which represents a pattern to fill a shape.
Method Summary | |
---|---|
java.awt.Color |
getBackColor()
|
java.awt.Color |
getForeColor()
|
int |
getPatternStyle()
Returns the pattern style. |
java.awt.image.BufferedImage |
getTileImage(java.awt.Color background,
java.awt.Color foreground)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int getPatternStyle()
Returns the pattern style.
Read-only PatternStyle
.
getPatternStyle
in interface IPatternFormatEffectiveData
public java.awt.Color getForeColor()
getForeColor
in interface IPatternFormatEffectiveData
public java.awt.Color getBackColor()
getBackColor
in interface IPatternFormatEffectiveData
public java.awt.image.BufferedImage getTileImage(java.awt.Color background, java.awt.Color foreground)
getTileImage
in interface IPatternFormatEffectiveData
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |