DropShadowEffect

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.psd.fileformats.psd.layers.layereffects.IShadowEffect

public class DropShadowEffect implements IShadowEffect

Drop Shadow Layer effect

Methods

MethodDescription
create_internalized(IEffectsResource entity)
equals(Object arg0)
getAngle()Gets or sets the angle in degrees.
getBlendMode()Gets or sets the blend mode.
getClass()
getColor()Gets or sets the color.
getDistance()Gets or sets the distance in pixels.
getEffectType()Gets a type of effect
getKnocksOut()Gets or sets a value indicating whether [knocks out].
getNoise()Gets or sets the noise.
getOpacity()Gets or sets the opacity.
getSize()Gets or sets the blur value in pixels.
getSpread()Gets or sets the intensity as a percent.
getUseGlobalLight()Gets or sets a value indicating whether [use this angle in all of the layer effects].
hashCode()
isVisible()Gets or sets a value indicating whether this instance is visible.
notify()
notifyAll()
setAngle(int value)Gets or sets the angle in degrees.
setBlendMode(long value)Gets or sets the blend mode.
setColor(Color value)Gets or sets the color.
setDistance(int value)Gets or sets the distance in pixels.
setKnocksOut(boolean value)Gets or sets a value indicating whether [knocks out].
setNoise(int value)Gets or sets the noise.
setOpacity(byte value)Gets or sets the opacity.
setSize(int value)Gets or sets the blur value in pixels.
setSpread(int value)Gets or sets the intensity as a percent.
setUseGlobalLight(boolean value)Gets or sets a value indicating whether [use this angle in all of the layer effects].
setVisible(boolean value)Gets or sets a value indicating whether this instance is visible.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

create_internalized(IEffectsResource entity)

public static DropShadowEffect create_internalized(IEffectsResource entity)

Parameters:

ParameterTypeDescription
entitycom.aspose.internal.fileformats.psd.layers.layerresources.lfx2resources.IEffectsResource

Returns: DropShadowEffect

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getAngle()

public final int getAngle()

Gets or sets the angle in degrees.

Value: The angle.

Returns: int

getBlendMode()

public final long getBlendMode()

Gets or sets the blend mode.

Value: The blend mode.

Returns: long

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getColor()

public final Color getColor()

Gets or sets the color.

Value: The color.

Returns: Color

getDistance()

public final int getDistance()

Gets or sets the distance in pixels.

Value: The distance.

Returns: int

getEffectType()

public final int getEffectType()

Gets a type of effect

Returns: int

getKnocksOut()

public final boolean getKnocksOut()

Gets or sets a value indicating whether [knocks out].

Value: true if [knocks out]; otherwise, false .

Returns: boolean

getNoise()

public final int getNoise()

Gets or sets the noise.

Returns: int

getOpacity()

public final byte getOpacity()

Gets or sets the opacity.

Value: The opacity.

Returns: byte

getSize()

public final int getSize()

Gets or sets the blur value in pixels.

Value: The size.

Returns: int

getSpread()

public final int getSpread()

Gets or sets the intensity as a percent.

Value: The spread.

Returns: int

getUseGlobalLight()

public final 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 .

Returns: boolean

hashCode()

public native int hashCode()

Returns: int

isVisible()

public final boolean isVisible()

Gets or sets a value indicating whether this instance is visible.

Value: true if this instance is visible; otherwise, false .

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setAngle(int value)

public final void setAngle(int value)

Gets or sets the angle in degrees.

Value: The angle.

Parameters:

ParameterTypeDescription
valueint

setBlendMode(long value)

public final void setBlendMode(long value)

Gets or sets the blend mode.

Value: The blend mode.

Parameters:

ParameterTypeDescription
valuelong

setColor(Color value)

public final void setColor(Color value)

Gets or sets the color.

Value: The color.

Parameters:

ParameterTypeDescription
valueColor

setDistance(int value)

public final void setDistance(int value)

Gets or sets the distance in pixels.

Value: The distance.

Parameters:

ParameterTypeDescription
valueint

setKnocksOut(boolean value)

public final void setKnocksOut(boolean value)

Gets or sets a value indicating whether [knocks out].

Value: true if [knocks out]; otherwise, false .

Parameters:

ParameterTypeDescription
valueboolean

setNoise(int value)

public final void setNoise(int value)

Gets or sets the noise.

Parameters:

ParameterTypeDescription
valueint

setOpacity(byte value)

public final void setOpacity(byte value)

Gets or sets the opacity.

Value: The opacity.

Parameters:

ParameterTypeDescription
valuebyte

setSize(int value)

public final void setSize(int value)

Gets or sets the blur value in pixels.

Value: The size.

Parameters:

ParameterTypeDescription
valueint

setSpread(int value)

public final void setSpread(int value)

Gets or sets the intensity as a percent.

Value: The spread.

Parameters:

ParameterTypeDescription
valueint

setUseGlobalLight(boolean value)

public final 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 .

Parameters:

ParameterTypeDescription
valueboolean

setVisible(boolean value)

public final void setVisible(boolean value)

Gets or sets a value indicating whether this instance is visible.

Value: true if this instance is visible; otherwise, false .

Parameters:

ParameterTypeDescription
valueboolean

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int