com.aspose.slides
Class EffectStyleEffectiveData

java.lang.Object
  extended by com.aspose.slides.EffectStyleEffectiveData
All Implemented Interfaces:
IEffectStyleEffectiveData

public class EffectStyleEffectiveData
extends java.lang.Object
implements IEffectStyleEffectiveData

Immutable EffectStyle object.


Method Summary
 IEffectFormatEffectiveData getEffectFormat()
           Returns an effect format.
 IThreeDFormatEffectiveData getThreeDFormat()
           Returns an 3d format.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getEffectFormat

public IEffectFormatEffectiveData getEffectFormat()

Returns an effect format. Readonly EffectFormatEffectiveData.

Specified by:
getEffectFormat in interface IEffectStyleEffectiveData

getThreeDFormat

public IThreeDFormatEffectiveData getThreeDFormat()

Returns an 3d format. Readonly ThreeDFormatEffectiveData.

Specified by:
getThreeDFormat in interface IEffectStyleEffectiveData