Packages

 

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

Class GradientColorPoint

  • java.lang.Object
    • com.aspose.imaging.fileformats.psd.layers.fillsettings.GradientColorPoint
    • Constructor Detail

      • GradientColorPoint

        public GradientColorPoint()

        Initializes a new instance of the GradientColorPoint class.

    • Method Detail

      • setColor

        public final void setColor(Color value)

        Sets the color.

        Value: The color.
        Specified by:
        setColor in interface IGradientColorPoint
        Parameters:
        value - the color.
      • getLocation

        public final int getLocation()

        Gets the location.

        Value: The location.
        Specified by:
        getLocation in interface IGradientColorPoint
        Returns:
        the location.
      • setLocation

        public final void setLocation(int value)

        Sets the location.

        Value: The location.
        Specified by:
        setLocation in interface IGradientColorPoint
        Parameters:
        value - the location.
      • getMedianPointLocation

        public final int getMedianPointLocation()

        Gets the median point location.

        Value: The median point location.
        Specified by:
        getMedianPointLocation in interface IGradientColorPoint
        Returns:
        the median point location.
      • setMedianPointLocation

        public final void setMedianPointLocation(int value)

        Sets the median point location.

        Value: The median point location.
        Specified by:
        setMedianPointLocation in interface IGradientColorPoint
        Parameters:
        value - the median point location.