Packages

 

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

Interface IGradientTransparencyPoint

  • All Known Implementing Classes:
    GradientTransparencyPoint


    public interface IGradientTransparencyPoint

    Base interface for fill settings

    • Method Detail

      • getOpacity

        double getOpacity()

        Gets the opacity.

        Returns:
        the opacity.
      • setOpacity

        void setOpacity(double value)

        Sets the opacity.

        Parameters:
        value - the opacity.
      • 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.