|
||||||||
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 | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.awt.Color |
getBackColor()
Returns the background pattern color. |
java.awt.Color |
getForeColor()
Returns the foreground pattern color. |
byte |
getPatternStyle()
Returns the pattern style. |
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. |
int |
hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public byte getPatternStyle()
Returns the pattern style.
Read-only PatternStyle
.
getPatternStyle
in interface IPatternFormatEffectiveData
public java.awt.Color getForeColor()
Returns the foreground pattern color.
Read-only java.awt.Color
.
getForeColor
in interface IPatternFormatEffectiveData
public java.awt.Color getBackColor()
Returns the background pattern color.
Read-only java.awt.Color
.
getBackColor
in interface IPatternFormatEffectiveData
public 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.
getTileImage
in interface IPatternFormatEffectiveData
background
- The background System.Drawing.Color
for the pattern.foreground
- The foreground System.Drawing.Color
for the pattern.
Bitmap
.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |