|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.LineFillFormatDataEx
public class LineFillFormatDataEx
Immutable object which represents properties for lines filling.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the two LineFillValueEx instances are equal. |
byte |
getFillType()
Returns the fill type. |
GradientFormatDataEx |
getGradientFormat()
Returns the gradient fill format. |
PatternFormatDataEx |
getPatternFormat()
Returns the pattern fill format. |
boolean |
getRotateWithShape()
Determines whether the fill should be rotated with a shape. |
java.awt.Color |
getSolidFillColor()
|
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 getFillType()
Returns the fill type.
Read-only FillTypeEx
.
public java.awt.Color getSolidFillColor()
public GradientFormatDataEx getGradientFormat()
Returns the gradient fill format.
Read-only GradientFormatDataEx
.
public PatternFormatDataEx getPatternFormat()
Returns the pattern fill format.
Read-only PatternFormatDataEx
.
public boolean getRotateWithShape()
Determines whether the fill should be rotated with a shape.
Read-only bool
.
public boolean equals(java.lang.Object obj)
Determines whether the two LineFillValueEx instances are equal.
equals
in class java.lang.Object
obj
- The LineFillValueEx to compare with the current LineFillValueEx.
<b>true</b>
if the specified LineFillValueEx is equal to the current LineFillValueEx; otherwise, <b>false</b>
.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 |