Packages

 

com.aspose.psd.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 or sets the opacity.

        Value: The opacity.
      • setOpacity

        void setOpacity(double value)

        Gets or sets the opacity.

        Value: The opacity.
      • 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.