public class BlendingOptions extends Object
BlendingOptions. It's a wrapper for Lfx2Resource which provides api for layer effects
Modifier and Type | Method and Description |
---|---|
ColorOverlayEffect |
addColorOverlay()
Adds the color overlay.
|
DropShadowEffect |
addDropShadow()
Adds the drop shadow effect
|
GradientOverlayEffect |
addGradientOverlay()
Adds the Gradient overlay.
|
InnerShadowEffect |
addInnerShadow()
Adds the inner shadow effect
|
PatternOverlayEffect |
addPatternOverlay()
Adds the Pattern overlay.
|
StrokeEffect |
addStroke(int fillType)
Adds the stroke effect.
|
ILayerEffect[] |
getEffects()
Gets the effects.
|
public final ILayerEffect[] getEffects()
Gets the effects.
Value: The effects.public final ColorOverlayEffect addColorOverlay()
Adds the color overlay.
ColorOverlayEffect
objectpublic final GradientOverlayEffect addGradientOverlay()
Adds the Gradient overlay.
GradientOverlayEffect
objectpublic final PatternOverlayEffect addPatternOverlay()
Adds the Pattern overlay.
PatternOverlayEffect
objectpublic final DropShadowEffect addDropShadow()
Adds the drop shadow effect
DropShadowEffect
objectpublic final InnerShadowEffect addInnerShadow()
Adds the inner shadow effect
InnerShadowEffect
objectpublic final StrokeEffect addStroke(int fillType)
Adds the stroke effect.
fillType
- The type of fill to fill the stroke.StrokeEffect
object.