com.aspose.diagram
Class GradientFill

java.lang.Object
    extended by com.aspose.diagram.GradientFill
All Implemented Interfaces:
java.lang.Cloneable

public class GradientFill 
extends java.lang.Object

Represents the gradient fill.


Property Getters/Setters Summary
DoubleValuegetGradientAngle()
voidsetGradientAngle(DoubleValue)
           Specifies the orientation of the fill color gradient
IntValuegetGradientDir()
voidsetGradientDir(IntValue)
           Specifies the type of the fill color gradient
BoolValuegetGradientEnabled()
voidsetGradientEnabled(BoolValue)
           Specifies whether the fill color gradient is visible.
GradientStopCollectiongetGradientStops()
           Represents the gradient stop collection.
 

Property Getters/Setters Detail

getGradientStops

public GradientStopCollection getGradientStops()
Represents the gradient stop collection.

getGradientDir/setGradientDir

public IntValue getGradientDir() / public void setGradientDir(IntValue value)
Specifies the type of the fill color gradient

getGradientAngle/setGradientAngle

public DoubleValue getGradientAngle() / public void setGradientAngle(DoubleValue value)
Specifies the orientation of the fill color gradient

getGradientEnabled/setGradientEnabled

public BoolValue getGradientEnabled() / public void setGradientEnabled(BoolValue value)
Specifies whether the fill color gradient is visible.

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.