com.aspose.diagram

Class GradientFill

  • java.lang.Object
    • 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()
void
           Specifies the orientation of the fill color gradient
IntValuegetGradientDir()
void
           Specifies the type of the fill color gradient
BoolValuegetGradientEnabled()
void
           Specifies whether the fill color gradient is visible.
GradientStopCollectiongetGradientStops()
Represents the gradient stop collection.
 

    • Property Getters/Setters Detail

      • 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.