|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PatternFormatEx
public class PatternFormatEx
Represents a pattern to fill a shape.
Method Summary | |
---|---|
ColorFormatEx |
getBackColorFormat()
Returns the background pattern color. |
ColorFormatEx |
getForeColorFormat()
Returns the foreground pattern color. |
byte |
getPatternStyle()
Returns or sets the pattern style. |
PresentationEx |
getPresentation()
Returns the parent presentation of a PatternFormatEx. |
BaseSlideEx |
getSlide()
Returns the parent slide of a PatternFormatEx. |
java.awt.image.BufferedImage |
getTileImage(java.awt.Color styleColor)
|
java.awt.image.BufferedImage |
getTileImage(java.awt.Color background,
java.awt.Color foreground)
|
void |
setPatternStyle(byte value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public byte getPatternStyle()
Returns or sets the pattern style.
Read/write PatternStyleEx
.
public void setPatternStyle(byte value)
public ColorFormatEx getForeColorFormat()
Returns the foreground pattern color.
Read-only ColorFormatEx
.
public ColorFormatEx getBackColorFormat()
Returns the background pattern color.
Read-only ColorFormatEx
.
public java.awt.image.BufferedImage getTileImage(java.awt.Color background, java.awt.Color foreground)
public java.awt.image.BufferedImage getTileImage(java.awt.Color styleColor)
public BaseSlideEx getSlide()
Returns the parent slide of a PatternFormatEx.
Read-only BaseSlideEx
.
public PresentationEx getPresentation()
Returns the parent presentation of a PatternFormatEx.
Read-only PresentationEx
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |