public class StrokeEffect extends Object implements ILayerEffect
Stroke Layer effect
Modifier and Type | Method and Description |
---|---|
long |
getBlendMode()
Gets the blend mode.
|
BaseFillSettings |
getFillSettings()
Gets the fill settings.
|
byte |
getOpacity()
Gets the opacity.
|
boolean |
isVisible()
Gets a value indicating whether this instance is visible.
|
void |
setBlendMode(long value)
Sets the blend mode.
|
void |
setFillSettings(BaseFillSettings value)
Sets the fill settings.
|
void |
setOpacity(byte value)
Sets the opacity.
|
void |
setVisible(boolean value)
Sets a value indicating whether this instance is visible.
|
public final long getBlendMode()
Gets the blend mode.
getBlendMode
in interface ILayerEffect
public final void setBlendMode(long value)
Sets the blend mode.
setBlendMode
in interface ILayerEffect
value
- the blend mode.public final boolean isVisible()
Gets a value indicating whether this instance is visible.
isVisible
in interface ILayerEffect
public final void setVisible(boolean value)
Sets a value indicating whether this instance is visible.
setVisible
in interface ILayerEffect
value
- a value indicating whether this instance is visible.public final BaseFillSettings getFillSettings()
Gets the fill settings.
public final void setFillSettings(BaseFillSettings value)
Sets the fill settings.
value
- the fill settings.public final byte getOpacity()
Gets the opacity.
getOpacity
in interface ILayerEffect
public final void setOpacity(byte value)
Sets the opacity.
setOpacity
in interface ILayerEffect
value
- the opacity.