com.aspose.slides
Class EffectFormat

java.lang.Object
  extended by com.aspose.slides.EffectFormat
All Implemented Interfaces:
IEffectFormat, IPresentationComponent, ISlideComponent

public class EffectFormat
extends java.lang.Object
implements IEffectFormat

Represents effect properties of shape.


Method Summary
 void disableBlurEffect()
           
 void disableFillOverlayEffect()
           
 void disableGlowEffect()
           
 void disableInnerShadowEffect()
           
 void disableOuterShadowEffect()
           
 void disablePresetShadowEffect()
           
 void disableReflectionEffect()
           
 void disableSoftEdgeEffect()
           
 void enableFillOverlayEffect()
           
 void enableGlowEffect()
           
 void enableInnerShadowEffect()
           
 void enableOuterShadowEffect()
           
 void enablePresetShadowEffect()
           
 void enableReflectionEffect()
           
 void enableSoftEdgeEffect()
           
 boolean equals(java.lang.Object obj)
           Determines whether two FillFormat instances are equal.
 IBlur getBlurEffect()
           Blur effect.
 IFillOverlay getFillOverlayEffect()
           Fill overlay effect.
 IGlow getGlowEffect()
           Glow effect.
 IInnerShadow getInnerShadowEffect()
           Inner shadow.
 IOuterShadow getOuterShadowEffect()
           Outer shadow.
 IPresentation getPresentation()
           Returns the parent presentation of a ThreeDFormat.
 IPresetShadow getPresetShadowEffect()
           Preset shadow.
 IReflection getReflectionEffect()
           Reflection.
 IBaseSlide getSlide()
           Returns the parent slide of a ThreeDFormat.
 ISoftEdge getSoftEdgeEffect()
           Soft edge.
 int hashCode()
           Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
 boolean isNoEffects()
           Returns true if all effects are disabled (as just created, default EffectFormat object).
 void setBlurEffect(double radius, boolean grow)
           
 void setBlurEffect(IBlur value)
           
 void setFillOverlayEffect(IFillOverlay value)
           
 void setGlowEffect(IGlow value)
           
 void setInnerShadowEffect(IInnerShadow value)
           
 void setOuterShadowEffect(IOuterShadow value)
           
 void setPresetShadowEffect(IPresetShadow value)
           
 void setReflectionEffect(IReflection value)
           
 void setSoftEdgeEffect(ISoftEdge value)
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isNoEffects

public boolean isNoEffects()

Returns true if all effects are disabled (as just created, default EffectFormat object).

Specified by:
isNoEffects in interface IEffectFormat

getBlurEffect

public IBlur getBlurEffect()

Blur effect.

Specified by:
getBlurEffect in interface IEffectFormat

setBlurEffect

public void setBlurEffect(IBlur value)
Specified by:
setBlurEffect in interface IEffectFormat

getFillOverlayEffect

public IFillOverlay getFillOverlayEffect()

Fill overlay effect.

Specified by:
getFillOverlayEffect in interface IEffectFormat

setFillOverlayEffect

public void setFillOverlayEffect(IFillOverlay value)
Specified by:
setFillOverlayEffect in interface IEffectFormat

getGlowEffect

public IGlow getGlowEffect()

Glow effect.

Specified by:
getGlowEffect in interface IEffectFormat

setGlowEffect

public void setGlowEffect(IGlow value)
Specified by:
setGlowEffect in interface IEffectFormat

getInnerShadowEffect

public IInnerShadow getInnerShadowEffect()

Inner shadow.

Specified by:
getInnerShadowEffect in interface IEffectFormat

setInnerShadowEffect

public void setInnerShadowEffect(IInnerShadow value)
Specified by:
setInnerShadowEffect in interface IEffectFormat

getOuterShadowEffect

public IOuterShadow getOuterShadowEffect()

Outer shadow.

Specified by:
getOuterShadowEffect in interface IEffectFormat

setOuterShadowEffect

public void setOuterShadowEffect(IOuterShadow value)
Specified by:
setOuterShadowEffect in interface IEffectFormat

getPresetShadowEffect

public IPresetShadow getPresetShadowEffect()

Preset shadow.

Specified by:
getPresetShadowEffect in interface IEffectFormat

setPresetShadowEffect

public void setPresetShadowEffect(IPresetShadow value)
Specified by:
setPresetShadowEffect in interface IEffectFormat

getReflectionEffect

public IReflection getReflectionEffect()

Reflection.

Specified by:
getReflectionEffect in interface IEffectFormat

setReflectionEffect

public void setReflectionEffect(IReflection value)
Specified by:
setReflectionEffect in interface IEffectFormat

getSoftEdgeEffect

public ISoftEdge getSoftEdgeEffect()

Soft edge.

Specified by:
getSoftEdgeEffect in interface IEffectFormat

setSoftEdgeEffect

public void setSoftEdgeEffect(ISoftEdge value)
Specified by:
setSoftEdgeEffect in interface IEffectFormat

setBlurEffect

public void setBlurEffect(double radius,
                          boolean grow)
Specified by:
setBlurEffect in interface IEffectFormat

enableFillOverlayEffect

public void enableFillOverlayEffect()
Specified by:
enableFillOverlayEffect in interface IEffectFormat

enableGlowEffect

public void enableGlowEffect()
Specified by:
enableGlowEffect in interface IEffectFormat

enableInnerShadowEffect

public void enableInnerShadowEffect()
Specified by:
enableInnerShadowEffect in interface IEffectFormat

enableOuterShadowEffect

public void enableOuterShadowEffect()
Specified by:
enableOuterShadowEffect in interface IEffectFormat

enablePresetShadowEffect

public void enablePresetShadowEffect()
Specified by:
enablePresetShadowEffect in interface IEffectFormat

enableReflectionEffect

public void enableReflectionEffect()
Specified by:
enableReflectionEffect in interface IEffectFormat

enableSoftEdgeEffect

public void enableSoftEdgeEffect()
Specified by:
enableSoftEdgeEffect in interface IEffectFormat

disableBlurEffect

public void disableBlurEffect()
Specified by:
disableBlurEffect in interface IEffectFormat

disableFillOverlayEffect

public void disableFillOverlayEffect()
Specified by:
disableFillOverlayEffect in interface IEffectFormat

disableGlowEffect

public void disableGlowEffect()
Specified by:
disableGlowEffect in interface IEffectFormat

disableInnerShadowEffect

public void disableInnerShadowEffect()
Specified by:
disableInnerShadowEffect in interface IEffectFormat

disableOuterShadowEffect

public void disableOuterShadowEffect()
Specified by:
disableOuterShadowEffect in interface IEffectFormat

disablePresetShadowEffect

public void disablePresetShadowEffect()
Specified by:
disablePresetShadowEffect in interface IEffectFormat

disableReflectionEffect

public void disableReflectionEffect()
Specified by:
disableReflectionEffect in interface IEffectFormat

disableSoftEdgeEffect

public void disableSoftEdgeEffect()
Specified by:
disableSoftEdgeEffect in interface IEffectFormat

getSlide

public IBaseSlide getSlide()

Returns the parent slide of a ThreeDFormat. Read-only BaseSlide.

Specified by:
getSlide in interface ISlideComponent

getPresentation

public IPresentation getPresentation()

Returns the parent presentation of a ThreeDFormat. Read-only Presentation.

Specified by:
getPresentation in interface IPresentationComponent

equals

public boolean equals(java.lang.Object obj)

Determines whether two FillFormat instances are equal.

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()

Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.


Overriden to make compiler happy.

Overrides:
hashCode in class java.lang.Object