Packages

 

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

Interface IGradientColorPoint

  • All Known Implementing Classes:
    GradientColorPoint


    public interface IGradientColorPoint

    Base interface for fill settings

    • Method Detail

      • getColor

        Color getColor()

        Gets the color.

        Returns:
        the color.
      • setColor

        void setColor(Color value)

        Sets the color.

        Parameters:
        value - the color.
      • getLocation

        int getLocation()

        Gets the location.

        Returns:
        the location.
      • setLocation

        void setLocation(int value)

        Sets the location.

        Parameters:
        value - the location.
      • getMedianPointLocation

        int getMedianPointLocation()

        Gets the median point location.

        Returns:
        the median point location.
      • setMedianPointLocation

        void setMedianPointLocation(int value)

        Sets the median point location.

        Parameters:
        value - the median point location.