Packages

 

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

Interface IGradientFillSettings

    • Method Detail

      • getColor

        Color getColor()

        Gets the color.

        Returns:
        the color.
      • setColor

        void setColor(Color value)

        Sets the color.

        Parameters:
        value - the color.
      • getAlignWithLayer

        boolean getAlignWithLayer()

        Gets a value indicating whether [align with layer].

        Returns:
        a value indicating whether [align with layer].
      • setAlignWithLayer

        void setAlignWithLayer(boolean value)

        Sets a value indicating whether [align with layer].

        Parameters:
        value - a value indicating whether [align with layer].
      • getAngle

        double getAngle()

        Gets the angle.

        Returns:
        the angle.
      • setAngle

        void setAngle(double value)

        Sets the angle.

        Parameters:
        value - the angle.
      • getHorizontalOffset

        double getHorizontalOffset()

        Gets the horizontal offset.

        Returns:
        the horizontal offset.
      • setHorizontalOffset

        void setHorizontalOffset(double value)

        Sets the horizontal offset.

        Parameters:
        value - the horizontal offset.
      • getVerticalOffset

        double getVerticalOffset()

        Gets the vertical offset.

        Returns:
        the vertical offset.
      • setVerticalOffset

        void setVerticalOffset(double value)

        Sets the vertical offset.

        Parameters:
        value - the vertical offset.
      • getColorPoints

        IGradientColorPoint[] getColorPoints()

        Gets the color points.

        Returns:
        the color points.
      • setColorPoints

        void setColorPoints(IGradientColorPoint[] value)

        Sets the color points.

        Parameters:
        value - the color points.
      • getTransparencyPoints

        IGradientTransparencyPoint[] getTransparencyPoints()

        Gets the transparency points.

        Returns:
        the transparency points.
      • setTransparencyPoints

        void setTransparencyPoints(IGradientTransparencyPoint[] value)

        Sets the transparency points.

        Parameters:
        value - the transparency points.
      • getGradientType

        int getGradientType()

        Gets the type of the gradient.

        Returns:
        the type of the gradient.
      • setGradientType

        void setGradientType(int value)

        Sets the type of the gradient.

        Parameters:
        value - the type of the gradient.
      • getGradientName

        String getGradientName()

        Gets the name of the gradient.

        Returns:
        the name of the gradient.
      • setGradientName

        void setGradientName(String value)

        Sets the name of the gradient.

        Parameters:
        value - the name of the gradient.