Packages

 

com.aspose.psd.fileformats.psd.layers.fillsettings

Interface IGradientFillSettings

    • Method Detail

      • getColor

        Color getColor()

        Gets or sets the color.

        Value: The color.
      • setColor

        void setColor(Color value)

        Gets or sets the color.

        Value: The color.
      • getAlignWithLayer

        boolean getAlignWithLayer()

        Gets or sets a value indicating whether [align with layer].

        Value: true if [align with layer]; otherwise, false.
      • setAlignWithLayer

        void setAlignWithLayer(boolean value)

        Gets or sets a value indicating whether [align with layer].

        Value: true if [align with layer]; otherwise, false.
      • getDither

        boolean getDither()

        Gets or sets a value indicating whether this IGradientFillSettings is dither.

        Value: true if dither; otherwise, false.
      • setDither

        void setDither(boolean value)

        Gets or sets a value indicating whether this IGradientFillSettings is dither.

        Value: true if dither; otherwise, false.
      • getReverse

        boolean getReverse()

        Gets or sets a value indicating whether this IGradientFillSettings is reverse.

        Value: true if reverse; otherwise, false.
      • setReverse

        void setReverse(boolean value)

        Gets or sets a value indicating whether this IGradientFillSettings is reverse.

        Value: true if reverse; otherwise, false.
      • getAngle

        double getAngle()

        Gets or sets the angle.

        Value: The angle.
      • setAngle

        void setAngle(double value)

        Gets or sets the angle.

        Value: The angle.
      • getScale

        int getScale()

        Gets or sets the scale.

        Value: The scale.
      • setScale

        void setScale(int value)

        Gets or sets the scale.

        Value: The scale.
      • getHorizontalOffset

        double getHorizontalOffset()

        Gets or sets the horizontal offset.

        Value: The horizontal offset.
      • setHorizontalOffset

        void setHorizontalOffset(double value)

        Gets or sets the horizontal offset.

        Value: The horizontal offset.
      • getVerticalOffset

        double getVerticalOffset()

        Gets or sets the vertical offset.

        Value: The vertical offset.
      • setVerticalOffset

        void setVerticalOffset(double value)

        Gets or sets the vertical offset.

        Value: The vertical offset.
      • getColorPoints

        IGradientColorPoint[] getColorPoints()

        Gets the color points.

        Value: The color points.
      • setColorPoints

        void setColorPoints(IGradientColorPoint[] value)

        Gets the color points.

        Value: The color points.
      • getTransparencyPoints

        IGradientTransparencyPoint[] getTransparencyPoints()

        Gets the transparency points.

        Value: The transparency points.
      • setTransparencyPoints

        void setTransparencyPoints(IGradientTransparencyPoint[] value)

        Gets the transparency points.

        Value: The transparency points.
      • getGradientType

        int getGradientType()

        Gets or sets the type of the gradient.

        Value: The type of the gradient.
      • setGradientType

        void setGradientType(int value)

        Gets or sets the type of the gradient.

        Value: The type of the gradient.
      • getGradientName

        String getGradientName()

        Gets or sets the name of the gradient.

        Value: The name of the gradient.
      • setGradientName

        void setGradientName(String value)

        Gets or sets the name of the gradient.

        Value: The name of the gradient.