com.aspose.slides
Class LineFillFormat

java.lang.Object
  extended by com.aspose.slides.LineFillFormat
All Implemented Interfaces:
IFillParamSource, ILineFillFormat, IPresentationComponent, ISlideComponent

public class LineFillFormat
extends java.lang.Object
implements ILineFillFormat

Represents properties for lines filling.


Method Summary
 boolean equals(java.lang.Object obj)
           Determines whether the two LineFillFormat instances are equal.
 byte getFillType()
           Returns or sets the fill type.
 IGradientFormat getGradientFormat()
           Returns the gradient fill format.
 IPatternFormat getPatternFormat()
           Returns the pattern fill format.
 IPresentation getPresentation()
           Returns the parent presentation of a LineFillFormat.
 byte getRotateWithShape()
           Determines whether the fill should be rotated with a shape.
 IBaseSlide getSlide()
           Returns the parent slide of a LineFillFormat.
 IColorFormat 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.
 void setFillType(byte value)
           
 void setRotateWithShape(byte value)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFillType

public byte getFillType()

Returns or sets the fill type. Read/write FillType.

Specified by:
getFillType in interface ILineFillFormat

setFillType

public void setFillType(byte value)
Specified by:
setFillType in interface ILineFillFormat

getSolidFillColor

public IColorFormat getSolidFillColor()

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

Specified by:
getSolidFillColor in interface ILineFillFormat

getGradientFormat

public IGradientFormat getGradientFormat()

Returns the gradient fill format. Read-only GradientFormat.

Specified by:
getGradientFormat in interface ILineFillFormat

getPatternFormat

public IPatternFormat getPatternFormat()

Returns the pattern fill format. Read-only PatternFormat.

Specified by:
getPatternFormat in interface ILineFillFormat

getRotateWithShape

public byte getRotateWithShape()

Determines whether the fill should be rotated with a shape. Read/write NullableBool.

Specified by:
getRotateWithShape in interface ILineFillFormat

setRotateWithShape

public void setRotateWithShape(byte value)
Specified by:
setRotateWithShape in interface ILineFillFormat

equals

public boolean equals(java.lang.Object obj)

Determines whether the two LineFillFormat instances are equal.

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


getSlide

public IBaseSlide getSlide()

Returns the parent slide of a LineFillFormat. Read-only IBaseSlide.

Specified by:
getSlide in interface ISlideComponent

getPresentation

public IPresentation getPresentation()

Returns the parent presentation of a LineFillFormat. Read-only IPresentation.

Specified by:
getPresentation in interface IPresentationComponent