public class FillFormatEffectiveData extends java.lang.Object implements IFillFormatEffectiveData
Imutable object which contains fill properties.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether two FillValueEx instances are equal.
|
byte |
getFillType()
Returns the type of filling.
|
IGradientFormatEffectiveData |
getGradientFormat()
Returns the gradient fill format.
|
IPatternFormatEffectiveData |
getPatternFormat()
Returns the pattern fill format.
|
IPictureFillFormatEffectiveData |
getPictureFillFormat()
Returns the picture fill format.
|
boolean |
getRotateWithShape()
Determines whether the fill should be rotated with shape.
|
java.lang.Integer |
getSolidFillColor()
Returns the fill color.
|
int |
hashCode()
Serves as a hash function for a particular type, suitable for use
in hashing algorithms and data structures like a hash table.
|
public final byte getFillType()
Returns the type of filling.
Read-only FillType
.
getFillType
in interface IFillFormatEffectiveData
public final java.lang.Integer getSolidFillColor()
Returns the fill color.
Read-only Integer
.
getSolidFillColor
in interface IFillFormatEffectiveData
public final IGradientFormatEffectiveData getGradientFormat()
Returns the gradient fill format.
Read-only IGradientFormatEffectiveData
.
getGradientFormat
in interface IFillFormatEffectiveData
public final IPatternFormatEffectiveData getPatternFormat()
Returns the pattern fill format.
Read-only IPatternFormatEffectiveData
.
getPatternFormat
in interface IFillFormatEffectiveData
public final IPictureFillFormatEffectiveData getPictureFillFormat()
Returns the picture fill format.
Read-only IPictureFillFormatEffectiveData
.
getPictureFillFormat
in interface IFillFormatEffectiveData
public final boolean getRotateWithShape()
Determines whether the fill should be rotated with shape.
Read-only boolean
.
getRotateWithShape
in interface IFillFormatEffectiveData
public boolean equals(java.lang.Object obj)
Determines whether two FillValueEx instances are equal.
equals
in class java.lang.Object
obj
- The FillValueEx to compare with the current FillValueEx.<b>true</b>
if the specified FillValueEx is equal to the current FillValueEx; 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
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.