OuterGlowEffect
Inheritance: java.lang.Object
All Implemented Interfaces: com.aspose.psd.fileformats.psd.layers.layereffects.ILayerEffect
public class OuterGlowEffect implements ILayerEffect
Outer Glow Layer effect
Methods
Method | Description |
---|---|
create_internalized(IEffectsResource entity) | |
equals(Object arg0) | |
getBlendMode() | Gets or sets the blend mode. |
getClass() | |
getEffectType() | Gets a type of effect type |
getFillColor() | Gets or sets the color. |
getIntensity() | Gets or sets the angle in degrees. |
getJitter() | Gets or sets the noise. |
getNoise() | Gets or sets the noise. |
getOpacity() | Gets or sets the opacity. |
getRange() | Gets or sets the noise. |
getSize() | Gets the blur value in pixels. |
getSpread() | Gets or sets the intensity as a percent. |
hashCode() | |
isAntiAliasing() | Gets or sets enabled AntiAliasing effect |
isSoftBlend() | Gets or sets a value indicating whether [knocks out]. |
isVisible() | Gets or sets a value indicating whether this instance is visible. |
notify() | |
notifyAll() | |
setAntiAliasing(boolean value) | Gets or sets enabled AntiAliasing effect |
setBlendMode(long value) | Gets or sets the blend mode. |
setFillColor(IFillSettings value) | Gets or sets the color. |
setIntensity(int value) | Gets or sets the angle in degrees. |
setJitter(int value) | Gets or sets the noise. |
setNoise(int value) | Gets or sets the noise. |
setOpacity(byte value) | Gets or sets the opacity. |
setRange(int value) | Gets or sets the noise. |
setSize(int value) | Gets the blur value in pixels. |
setSoftBlend(boolean value) | Gets or sets a value indicating whether [knocks out]. |
setSpread(int value) | Gets or sets the intensity as a percent. |
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 OuterGlowEffect create_internalized(IEffectsResource entity)
Parameters:
Parameter | Type | Description |
---|---|---|
entity | com.aspose.internal.fileformats.psd.layers.layerresources.lfx2resources.IEffectsResource |
Returns: OuterGlowEffect
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
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
getEffectType()
public final int getEffectType()
Gets a type of effect type
Returns: int
getFillColor()
public final IFillSettings getFillColor()
Gets or sets the color.
Value: The color.
Returns: IFillSettings
getIntensity()
public final int getIntensity()
Gets or sets the angle in degrees.
Value: The angle.
Returns: int
getJitter()
public final int getJitter()
Gets or sets the noise.
Returns: int
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
getRange()
public final int getRange()
Gets or sets the noise.
Returns: int
getSize()
public final int getSize()
Gets 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
hashCode()
public native int hashCode()
Returns: int
isAntiAliasing()
public final boolean isAntiAliasing()
Gets or sets enabled AntiAliasing effect
Value: The distance.
Returns: boolean
isSoftBlend()
public final boolean isSoftBlend()
Gets or sets a value indicating whether [knocks out].
Value: true if [knocks out]; otherwise, false .
Returns: boolean
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()
setAntiAliasing(boolean value)
public final void setAntiAliasing(boolean value)
Gets or sets enabled AntiAliasing effect
Value: The distance.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setBlendMode(long value)
public final void setBlendMode(long value)
Gets or sets the blend mode.
Value: The blend mode.
Parameters:
Parameter | Type | Description |
---|---|---|
value | long |
setFillColor(IFillSettings value)
public final void setFillColor(IFillSettings value)
Gets or sets the color.
Value: The color.
Parameters:
Parameter | Type | Description |
---|---|---|
value | IFillSettings |
setIntensity(int value)
public final void setIntensity(int value)
Gets or sets the angle in degrees.
Value: The angle.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setJitter(int value)
public final void setJitter(int value)
Gets or sets the noise.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setNoise(int value)
public final void setNoise(int value)
Gets or sets the noise.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setOpacity(byte value)
public final void setOpacity(byte value)
Gets or sets the opacity.
Value: The opacity.
Parameters:
Parameter | Type | Description |
---|---|---|
value | byte |
setRange(int value)
public final void setRange(int value)
Gets or sets the noise.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setSize(int value)
public final void setSize(int value)
Gets the blur value in pixels.
Value: The size.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
setSoftBlend(boolean value)
public final void setSoftBlend(boolean value)
Gets or sets a value indicating whether [knocks out].
Value: true if [knocks out]; otherwise, false .
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |
setSpread(int value)
public final void setSpread(int value)
Gets or sets the intensity as a percent.
Value: The spread.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
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:
Parameter | Type | Description |
---|---|---|
value | boolean |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |