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