Packages

 

com.aspose.psd.fileformats.psd.layers.layereffects

Interface IShadowEffect

    • Method Detail

      • getColor

        Color getColor()

        Gets or sets the color.

        Value: The color.
      • setColor

        void setColor(Color value)

        Gets or sets the color.

        Value: The color.
      • getAngle

        int getAngle()

        Gets or sets the angle in degrees.

        Value: The angle.
      • setAngle

        void setAngle(int value)

        Gets or sets the angle in degrees.

        Value: The angle.
      • getUseGlobalLight

        boolean getUseGlobalLight()

        Gets or sets a value indicating whether [use this angle in all of the layer effects].

        Value: true if [use global light]; otherwise, false.
      • setUseGlobalLight

        void setUseGlobalLight(boolean value)

        Gets or sets a value indicating whether [use this angle in all of the layer effects].

        Value: true if [use global light]; otherwise, false.
      • getDistance

        int getDistance()

        Gets or sets the distance in pixels.

        Value: The distance.
      • setDistance

        void setDistance(int value)

        Gets or sets the distance in pixels.

        Value: The distance.
      • getSpread

        int getSpread()

        Gets or sets the intensity as a percent.

        Value: The spread.
      • setSpread

        void setSpread(int value)

        Gets or sets the intensity as a percent.

        Value: The spread.
      • getSize

        int getSize()

        Gets or sets the blur value in pixels.

        Value: The size.
      • setSize

        void setSize(int value)

        Gets or sets the blur value in pixels.

        Value: The size.
      • getNoise

        int getNoise()

        Gets or sets the noise.

        Throws:
        PsdImageArgumentException - Noise must be specified as percentage in range from 0 to 100 Value: The noise.
      • setNoise

        void setNoise(int value)

        Gets or sets the noise.

        Throws:
        PsdImageArgumentException - Noise must be specified as percentage in range from 0 to 100 Value: The noise.