com.aspose.slides
Class FillFormatEffectiveData

java.lang.Object
  extended by com.aspose.slides.FillFormatEffectiveData
All Implemented Interfaces:
IFillFormatEffectiveData

public class FillFormatEffectiveData
extends java.lang.Object
implements IFillFormatEffectiveData

Imutable object which contains fill properties.


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

Method Detail

getFillType

public byte getFillType()

Returns the type of filling. Read-only FillType.

Specified by:
getFillType in interface IFillFormatEffectiveData

getSolidFillColor

public java.awt.Color getSolidFillColor()

Returns the fill color. Read-only Color.

Specified by:
getSolidFillColor in interface IFillFormatEffectiveData

getGradientFormat

public IGradientFormatEffectiveData getGradientFormat()

Returns the gradient fill format. Read-only IGradientFormatEffectiveData.

Specified by:
getGradientFormat in interface IFillFormatEffectiveData

getPatternFormat

public IPatternFormatEffectiveData getPatternFormat()

Returns the pattern fill format. Read-only IPatternFormatEffectiveData.

Specified by:
getPatternFormat in interface IFillFormatEffectiveData

getPictureFillFormat

public IPictureFillFormatEffectiveData getPictureFillFormat()

Returns the picture fill format. Read-only IPictureFillFormatEffectiveData.

Specified by:
getPictureFillFormat in interface IFillFormatEffectiveData

getRotateWithShape

public boolean getRotateWithShape()

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

Specified by:
getRotateWithShape in interface IFillFormatEffectiveData

equals

public boolean equals(java.lang.Object obj)

Determines whether two FillValueEx instances are equal.

Overrides:
equals in class java.lang.Object
Parameters:
obj - The FillValueEx to compare with the current FillValueEx.
Returns:
<b>true</b> if the specified FillValueEx is equal to the current FillValueEx; 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:
23454


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



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