com.aspose.slides
Interface IThreeDFormatEffectiveData

All Known Implementing Classes:
ThreeDFormatEffectiveData

public interface IThreeDFormatEffectiveData

Immutable object which represents 3-D properties.


Method Summary
 IShapeBevelEffectiveData getBevelBottom()
           
 IShapeBevelEffectiveData getBevelTop()
           
 ICameraEffectiveData getCamera()
           
 java.awt.Color getContourColor()
           
 double getContourWidth()
           
 double getDepth()
           
 java.awt.Color getExtrusionColor()
           
 double getExtrusionHeight()
           
 ILightRigEffectiveData getLightRig()
           
 int getMaterial()
           
 

Method Detail

getContourWidth

double getContourWidth()

getExtrusionHeight

double getExtrusionHeight()

getDepth

double getDepth()

getBevelTop

IShapeBevelEffectiveData getBevelTop()

getBevelBottom

IShapeBevelEffectiveData getBevelBottom()

getContourColor

java.awt.Color getContourColor()

getExtrusionColor

java.awt.Color getExtrusionColor()

getCamera

ICameraEffectiveData getCamera()

getLightRig

ILightRigEffectiveData getLightRig()

getMaterial

int getMaterial()