com.aspose.slides
Class PatternFormatEffectiveData

java.lang.Object
  extended by com.aspose.slides.PatternFormatEffectiveData
All Implemented Interfaces:
IPatternFormatEffectiveData

public class PatternFormatEffectiveData
extends java.lang.Object
implements IPatternFormatEffectiveData

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

getPatternStyle

public int getPatternStyle()

Returns the pattern style. Read-only PatternStyle.

Specified by:
getPatternStyle in interface IPatternFormatEffectiveData

getForeColor

public java.awt.Color getForeColor()
Specified by:
getForeColor in interface IPatternFormatEffectiveData

getBackColor

public java.awt.Color getBackColor()
Specified by:
getBackColor in interface IPatternFormatEffectiveData

getTileImage

public java.awt.image.BufferedImage getTileImage(java.awt.Color background,
                                                 java.awt.Color foreground)
Specified by:
getTileImage in interface IPatternFormatEffectiveData