com.aspose.slides
Class LineFillFormatEffectiveData

java.lang.Object
  extended by com.aspose.slides.LineFillFormatEffectiveData
All Implemented Interfaces:
IFillParamSource, ILineFillFormatEffectiveData

public class LineFillFormatEffectiveData
extends java.lang.Object
implements ILineFillFormatEffectiveData

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.
 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.awt.Color 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.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFillType

public byte getFillType()

Returns the fill type. Read-only FillType.

Specified by:
getFillType in interface ILineFillFormatEffectiveData

getSolidFillColor

public java.awt.Color getSolidFillColor()

Returns the color of a solid fill. Read-only Color.

Specified by:
getSolidFillColor in interface ILineFillFormatEffectiveData

getGradientFormat

public IGradientFormatEffectiveData getGradientFormat()

Returns the gradient fill format. Read-only IGradientFormatEffectiveData.

Specified by:
getGradientFormat in interface ILineFillFormatEffectiveData

getPatternFormat

public IPatternFormatEffectiveData getPatternFormat()

Returns the pattern fill format. Read-only IPatternFormatEffectiveData.

Specified by:
getPatternFormat in interface ILineFillFormatEffectiveData

getRotateWithShape

public boolean getRotateWithShape()

Determines whether the fill should be rotated with a shape. Read-only boolean.

Specified by:
getRotateWithShape in interface ILineFillFormatEffectiveData

equals

public boolean equals(java.lang.Object obj)

Determines whether the two LineFillValueEx instances are equal.

Overrides:
equals in class java.lang.Object
Parameters:
obj - The LineFillValueEx to compare with the current LineFillValueEx.
Returns:
<b>true</b> if the specified LineFillValueEx is equal to the current LineFillValueEx; otherwise, <b>false</b>.

hashCode

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.

Overrides:
hashCode in class java.lang.Object
Returns:
23453


Overriden to make compiler happy. Always returns constant because object is mutable.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.