public class EffectFormat extends Object
Constructor and Description |
---|
EffectFormat() |
public EffectFormat blur(BlurEffect blur)
public BlurEffect getBlur()
public void setBlur(BlurEffect blur)
public EffectFormat glow(GlowEffect glow)
public GlowEffect getGlow()
public void setGlow(GlowEffect glow)
public EffectFormat innerShadow(InnerShadowEffect innerShadow)
public InnerShadowEffect getInnerShadow()
public void setInnerShadow(InnerShadowEffect innerShadow)
public EffectFormat outerShadow(OuterShadowEffect outerShadow)
public OuterShadowEffect getOuterShadow()
public void setOuterShadow(OuterShadowEffect outerShadow)
public EffectFormat presetShadow(PresetShadowEffect presetShadow)
public PresetShadowEffect getPresetShadow()
public void setPresetShadow(PresetShadowEffect presetShadow)
public EffectFormat softEdge(SoftEdgeEffect softEdge)
public SoftEdgeEffect getSoftEdge()
public void setSoftEdge(SoftEdgeEffect softEdge)
public EffectFormat reflection(ReflectionEffect reflection)
public ReflectionEffect getReflection()
public void setReflection(ReflectionEffect reflection)
public EffectFormat fillOverlay(FillOverlayEffect fillOverlay)
public FillOverlayEffect getFillOverlay()
public void setFillOverlay(FillOverlayEffect fillOverlay)
Copyright © 2021. All rights reserved.