LayerStateEffects
Inheritance: java.lang.Object
public class LayerStateEffects
The layer state effects.
Methods
Method | Description |
---|---|
addColorOverlay() | Adds the color overlay effect. |
addDropShadow() | Adds the drop shadow effect. |
addGradientOverlay() | Adds the gradient overlay effect. |
addInnerShadow() | Adds the inner shadow effect. |
addOuterGlow() | Adds the outer glow effect. |
addPatternOverlay() | Adds the pattern overlay effect. |
addStroke(int fillType) | Adds the stroke effect. |
clearLayerStyle() | Clears all layer style effects. |
equals(Object arg0) | |
getClass() | |
getEffects() | Gets the layer effects. |
getLayerStyleFX() | Gets or sets the layer style effects model. |
getScale() | Gets or sets the scale value. |
hashCode() | |
isVisible() | Gets or sets a value indicating whether this instance is visible. |
notify() | |
notifyAll() | |
removeEffectAt(int index) | Removes the the layer effect at the specific index. |
setLayerStyleFX_internalized(LayerStyleFX value) | Gets or sets the layer style effects model. |
setLayerStyle_internalized(LayerStyleFX layerStyle) | Sets the layer style and update effects list. |
setScale(double value) | Gets or sets the scale value. |
setVisible(boolean value) | Gets or sets a value indicating whether this instance is visible. |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
addColorOverlay()
public final ColorOverlayEffect addColorOverlay()
Adds the color overlay effect.
Returns: ColorOverlayEffect - The new instance of the ColorOverlayEffect class.
addDropShadow()
public final DropShadowEffect addDropShadow()
Adds the drop shadow effect.
Returns: DropShadowEffect - The new instance of the DropShadowEffect class.
addGradientOverlay()
public final GradientOverlayEffect addGradientOverlay()
Adds the gradient overlay effect.
Returns: GradientOverlayEffect - The new instance of the GradientOverlayEffect class.
addInnerShadow()
public final InnerShadowEffect addInnerShadow()
Adds the inner shadow effect.
Returns: InnerShadowEffect - The new instance of the InnerShadowEffect class.
addOuterGlow()
public final OuterGlowEffect addOuterGlow()
Adds the outer glow effect.
Returns: OuterGlowEffect - The new instance of the OuterGlowEffect class.
addPatternOverlay()
public final PatternOverlayEffect addPatternOverlay()
Adds the pattern overlay effect.
Returns: PatternOverlayEffect - The new instance of the PatternOverlayEffect class.
addStroke(int fillType)
public final StrokeEffect addStroke(int fillType)
Adds the stroke effect.
Parameters:
Parameter | Type | Description |
---|---|---|
fillType | int | The type stroke fill. |
Returns: StrokeEffect - The new instance of the StrokeEffect class.
clearLayerStyle()
public final void clearLayerStyle()
Clears all layer style effects.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getEffects()
public final ILayerEffect[] getEffects()
Gets the layer effects.
Returns: com.aspose.psd.fileformats.psd.layers.layereffects.ILayerEffect[]
getLayerStyleFX()
public final LayerStyleFX getLayerStyleFX()
Gets or sets the layer style effects model.
Returns: com.aspose.internal.fileformats.psd.layers.layereffects.LayerStyleFX
getScale()
public final double getScale()
Gets or sets the scale value.
Returns: double
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()
removeEffectAt(int index)
public final void removeEffectAt(int index)
Removes the the layer effect at the specific index.
Parameters:
Parameter | Type | Description |
---|---|---|
index | int | The index of layer effect. |
setLayerStyleFX_internalized(LayerStyleFX value)
public final void setLayerStyleFX_internalized(LayerStyleFX value)
Gets or sets the layer style effects model.
Parameters:
Parameter | Type | Description |
---|---|---|
value | com.aspose.internal.fileformats.psd.layers.layereffects.LayerStyleFX |
setLayerStyle_internalized(LayerStyleFX layerStyle)
public final void setLayerStyle_internalized(LayerStyleFX layerStyle)
Sets the layer style and update effects list.
Parameters:
Parameter | Type | Description |
---|---|---|
layerStyle | com.aspose.internal.fileformats.psd.layers.layereffects.LayerStyleFX | The layer style. |
setScale(double value)
public final void setScale(double value)
Gets or sets the scale value.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
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 |