com.aspose.slides
Class EffectFactory

java.lang.Object
  extended by com.aspose.slides.EffectFactory
All Implemented Interfaces:
IEffectFactory

public class EffectFactory
extends java.lang.Object
implements IEffectFactory

Allows to create effects


For COM compatibility


Constructor Summary
EffectFactory()
           
 
Method Summary
 IInnerShadow createInnerShadow()
           
 IOuterShadow createOuterShadow()
           
 IPresetShadow createPresetShadow()
           
 IReflection createReflection()
           
 ISoftEdge createSoftEdge()
           
 IImageTransformOperationFactory getImageTransformOperationFactory()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EffectFactory

public EffectFactory()
Method Detail

createInnerShadow

public IInnerShadow createInnerShadow()
Specified by:
createInnerShadow in interface IEffectFactory

createOuterShadow

public IOuterShadow createOuterShadow()
Specified by:
createOuterShadow in interface IEffectFactory

createPresetShadow

public IPresetShadow createPresetShadow()
Specified by:
createPresetShadow in interface IEffectFactory

createReflection

public IReflection createReflection()
Specified by:
createReflection in interface IEffectFactory

createSoftEdge

public ISoftEdge createSoftEdge()
Specified by:
createSoftEdge in interface IEffectFactory

getImageTransformOperationFactory

public IImageTransformOperationFactory getImageTransformOperationFactory()
Specified by:
getImageTransformOperationFactory in interface IEffectFactory