public class StrokeEffect extends Object implements ILayerEffect
Stroke Layer effect
Modifier and Type | Method and Description |
---|---|
long |
getBlendMode()
Gets or sets the blend mode.
|
BaseFillSettings |
getFillSettings()
Gets or sets the fill settings.
|
byte |
getOpacity()
Gets or sets the opacity.
|
boolean |
isVisible()
Gets or sets a value indicating whether this instance is visible.
|
void |
setBlendMode(long value)
Gets or sets the blend mode.
|
void |
setFillSettings(BaseFillSettings value)
Gets or sets the fill settings.
|
void |
setOpacity(byte value)
Gets or sets the opacity.
|
void |
setVisible(boolean value)
Gets or sets a value indicating whether this instance is visible.
|
public final long getBlendMode()
Gets or sets the blend mode.
Value: The blend mode.getBlendMode
in interface ILayerEffect
public final void setBlendMode(long value)
Gets or sets the blend mode.
Value: The blend mode.setBlendMode
in interface ILayerEffect
public final boolean isVisible()
Gets or sets a value indicating whether this instance is visible.
Value:true
if this instance is visible; otherwise, false
.isVisible
in interface ILayerEffect
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
.setVisible
in interface ILayerEffect
public final BaseFillSettings getFillSettings()
Gets or sets the fill settings.
Value: The fill settings.public final void setFillSettings(BaseFillSettings value)
Gets or sets the fill settings.
Value: The fill settings.public final byte getOpacity()
Gets or sets the opacity.
Value: The opacity.getOpacity
in interface ILayerEffect
public final void setOpacity(byte value)
Gets or sets the opacity.
Value: The opacity.setOpacity
in interface ILayerEffect
Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.