com.aspose.slides
Class GradientFormatEx

java.lang.Object
  extended by com.aspose.slides.GradientFormatEx

public final class GradientFormatEx
extends java.lang.Object

Represent a gradient format.


Method Summary
 boolean Equals(java.lang.Object obj)
          Determines whether the two GradientFormatEx instances are equal.
 GradientShapeEx getGradientShape()
          Returns the shape of a gradient.
 GradientStopsEx getGradientStops()
          Returns the collection of gradient stops.
 GradientStyleEx getGradientStyle()
          Returns the style of a gradient.
 float getLinearGradientAngle()
          Returns or sets the angle of a gradient.
 NullableBool getLinearGradientScaled()
          Determines whether a gradient is scaled.
 PresentationEx getPresentation()
           
 BaseSlideEx getSlide()
           
 TileFlipEx getTileFlip()
          Returns the flip mode of a gradient.
 void setGradientShape(GradientShapeEx value)
          Sets the shape of a gradient.
 void setGradientStyle(GradientStyleEx value)
          Sets the style of a gradient.
 void setLinearGradientAngle(float value)
          Sets the angle of a gradient.
 void setLinearGradientScaled(NullableBool value)
          Sets whether a gradient is scaled.
 void setTileFlip(TileFlipEx value)
          Sets the flip mode of a gradient.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

Equals

public boolean Equals(java.lang.Object obj)
Determines whether the two GradientFormatEx instances are equal.

Parameters:
obj - The GradientFormatEx to compare with the current GradientFormatEx.
Returns:
true if the specified GradientFormatEx is equal to the current GradientFormatEx.

getTileFlip

public TileFlipEx getTileFlip()
Returns the flip mode of a gradient.

Returns:
See TileFlipEx.

setTileFlip

public void setTileFlip(TileFlipEx value)
Sets the flip mode of a gradient.

Parameters:
value - new flip mode. See TileFlipEx.

getGradientStyle

public GradientStyleEx getGradientStyle()
Returns the style of a gradient.

Returns:
See GradientStyleEx.

setGradientStyle

public void setGradientStyle(GradientStyleEx value)
Sets the style of a gradient.

Parameters:
value - new gradient style. See GradientStyleEx.

getLinearGradientAngle

public float getLinearGradientAngle()
Returns or sets the angle of a gradient.


setLinearGradientAngle

public void setLinearGradientAngle(float value)
Sets the angle of a gradient.

Parameters:
value - new gradient angle.

getLinearGradientScaled

public NullableBool getLinearGradientScaled()
Determines whether a gradient is scaled.

Returns:
See NullableBool.

setLinearGradientScaled

public void setLinearGradientScaled(NullableBool value)
Sets whether a gradient is scaled.

Parameters:
value - See NullableBool.

getGradientShape

public GradientShapeEx getGradientShape()
Returns the shape of a gradient.

Returns:
See GradientShapeEx.

setGradientShape

public void setGradientShape(GradientShapeEx value)
Sets the shape of a gradient.

Parameters:
value - new shape of a gradient. See GradientShapeEx.

getGradientStops

public GradientStopsEx getGradientStops()
Returns the collection of gradient stops.

Returns:
See GradientStopsEx.

getSlide

public BaseSlideEx getSlide()

getPresentation

public PresentationEx getPresentation()