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
 IGlow createGlow()
           
 IInnerShadow createInnerShadow()
           
 IOuterShadow createOuterShadow()
           
 IPresetShadow createPresetShadow()
           
 IReflection createReflection()
           
 ISoftEdge createSoftEdge()
           
 IImageTransformOperationFactory getImageTransformOperationFactory()
           Returns ImageTransformOperationFactory.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EffectFactory

public EffectFactory()
Method Detail

createGlow

public IGlow createGlow()
Specified by:
createGlow in interface IEffectFactory

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()

Returns ImageTransformOperationFactory. Read-only IImageTransformOperationFactory.

Specified by:
getImageTransformOperationFactory in interface IEffectFactory


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.