public class PatternOverlayEffect extends Object implements ILayerEffect
Pattern Layer effect
Modifier and Type | Method and Description |
---|---|
long |
getBlendMode()
Gets the blend mode.
|
byte |
getOpacity()
Gets the opacity.
|
PatternFillSettings |
getSettings()
Gets the settings.
|
boolean |
isVisible()
Gets a value indicating whether this instance is visible.
|
void |
setBlendMode(long value)
Sets the blend mode.
|
void |
setOpacity(byte value)
Sets the opacity.
|
void |
setSettings(PatternFillSettings value)
Sets the settings.
|
void |
setVisible(boolean value)
Sets a value indicating whether this instance is visible.
|
public final PatternFillSettings getSettings()
Gets the settings.
public final void setSettings(PatternFillSettings value)
Sets the settings.
value
- the settings.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 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.