com.aspose.slides
Interface IThreeDFormatEffectiveData

All Known Implementing Classes:
ThreeDFormatEffectiveData

public interface IThreeDFormatEffectiveData

Immutable object which represents 3-D properties.


Method Summary
 IShapeBevelEffectiveData getBevelBottom()
           Returns or sets the type of a bottom 3D bevel.
 IShapeBevelEffectiveData getBevelTop()
           Returns or sets the type of a top 3D bevel.
 ICameraEffectiveData getCamera()
           Returns or sets the settings of a camera.
 java.awt.Color getContourColor()
           Returns or sets the color of a contour.
 double getContourWidth()
           Returns or sets the width of a 3D contour.
 double getDepth()
           Returns or sets the depth of a 3D shape.
 java.awt.Color getExtrusionColor()
           Returns or sets the color of an extrusion.
 double getExtrusionHeight()
           Returns or sets the height of an extrusion effect.
 ILightRigEffectiveData getLightRig()
           Returns or sets the type of a light.
 int getMaterial()
           Returns or sets the type of a material.
 

Method Detail

getContourWidth

double getContourWidth()

Returns or sets the width of a 3D contour. Read-only double.


getExtrusionHeight

double getExtrusionHeight()

Returns or sets the height of an extrusion effect. Read-only double.


getDepth

double getDepth()

Returns or sets the depth of a 3D shape. Read-only double.


getBevelTop

IShapeBevelEffectiveData getBevelTop()

Returns or sets the type of a top 3D bevel. Read IShapeBevelEffectiveData,


getBevelBottom

IShapeBevelEffectiveData getBevelBottom()

Returns or sets the type of a bottom 3D bevel. Read IShapeBevelEffectiveData.


getContourColor

java.awt.Color getContourColor()

Returns or sets the color of a contour. Read-only java.awt.Color.


getExtrusionColor

java.awt.Color getExtrusionColor()

Returns or sets the color of an extrusion. Read-only java.awt.Color


getCamera

ICameraEffectiveData getCamera()

Returns or sets the settings of a camera. Read-only ICameraEffectiveData.


getLightRig

ILightRigEffectiveData getLightRig()

Returns or sets the type of a light. Read-only ILightRigEffectiveData.


getMaterial

int getMaterial()

Returns or sets the type of a material. Read-only MaterialPresetType.



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