Packages

 

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

Class GradientTransparencyPoint

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

      • GradientTransparencyPoint

        public GradientTransparencyPoint()

        Initializes a new instance of the class.

    • Method Detail

      • setOpacity

        public final void setOpacity(double value)

        Sets the color.

        Value: The color.
        Specified by:
        setOpacity in interface IGradientTransparencyPoint
        Parameters:
        value - the color.
      • setLocation

        public final void setLocation(int value)

        Sets the location.

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

        public final int getMedianPointLocation()

        Gets the median point location.

        Value: The median point location.
        Specified by:
        getMedianPointLocation in interface IGradientTransparencyPoint
        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 IGradientTransparencyPoint
        Parameters:
        value - the median point location.