public class LineFillFormatEffectiveData extends java.lang.Object implements ILineFillFormatEffectiveData
Immutable object which represents properties for lines filling.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the two LineFillValueEx instances are equal.
|
byte |
getFillType()
Returns the fill type.
|
IGradientFormatEffectiveData |
getGradientFormat()
Returns the gradient fill format.
|
IPatternFormatEffectiveData |
getPatternFormat()
Returns the pattern fill format.
|
boolean |
getRotateWithShape()
Determines whether the fill should be rotated with a shape.
|
java.lang.Integer |
getSolidFillColor()
Returns the color of a solid fill.
|
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 fill type.
Read-only FillType
.
getFillType
in interface ILineFillFormatEffectiveData
public final java.lang.Integer getSolidFillColor()
Returns the color of a solid fill.
Read-only Integer
.
getSolidFillColor
in interface ILineFillFormatEffectiveData
public final IGradientFormatEffectiveData getGradientFormat()
Returns the gradient fill format.
Read-only IGradientFormatEffectiveData
.
getGradientFormat
in interface ILineFillFormatEffectiveData
public final IPatternFormatEffectiveData getPatternFormat()
Returns the pattern fill format.
Read-only IPatternFormatEffectiveData
.
getPatternFormat
in interface ILineFillFormatEffectiveData
public final boolean getRotateWithShape()
Determines whether the fill should be rotated with a shape.
Read-only boolean
.
getRotateWithShape
in interface ILineFillFormatEffectiveData
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
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.