Packages

 

com.aspose.psd.fileformats.psd.layers

Interface IGradientColorPoint

  • All Known Implementing Classes:
    GradientColorPoint


    public interface IGradientColorPoint

    Base interface for fill settings

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

        int getLocation()

        Gets or sets the location.

        Value: The location.
      • setLocation

        void setLocation(int value)

        Gets or sets the location.

        Value: The location.
      • getMedianPointLocation

        int getMedianPointLocation()

        Gets or sets the median point location.

        Value: The median point location.
      • setMedianPointLocation

        void setMedianPointLocation(int value)

        Gets or sets the median point location.

        Value: The median point location.