com.aspose.slides
Class PatternFormatDataEx

java.lang.Object
  extended by com.aspose.slides.PatternFormatDataEx

public class PatternFormatDataEx
extends java.lang.Object

Immutable object which represents a pattern to fill a shape.


Method Summary
 java.awt.Color getBackColorFormat()
           
 java.awt.Color getForeColorFormat()
           
 byte 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 byte getPatternStyle()

Returns the pattern style. Read-only PatternStyleEx.


getForeColorFormat

public java.awt.Color getForeColorFormat()

getBackColorFormat

public java.awt.Color getBackColorFormat()

getTileImage

public java.awt.image.BufferedImage getTileImage(java.awt.Color background,
                                                 java.awt.Color foreground)