com.aspose.slides
Class ThreeDFormatDataEx

java.lang.Object
  extended by com.aspose.slides.ThreeDFormatDataEx

public class ThreeDFormatDataEx
extends java.lang.Object

Immutable object which represents 3-D properties.


Method Summary
 ShapeBevelEx getBevelBottom()
           Returns the type of a bottom 3D bevel.
 int getBevelColorMode()
           Returns the color mode used for 3D effects.
 ShapeBevelEx getBevelTop()
           Returns the type of a top 3D bevel.
 CameraEx getCamera()
           Returns the settings of a camera.
 java.awt.Color getContourColor()
           
 double getContourWidth()
           Returns the width of a 3D contour.
 double getDepth()
           Returns the depth of a 3D shape.
 java.awt.Color getExtrusionColor()
           
 double getExtrusionHeight()
           Returns the height of an extrusion effect.
 LightRigEx getLightRig()
           Returns the type of a light.
 int getMaterial()
           Returns the type of a material.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContourWidth

public double getContourWidth()

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


getExtrusionHeight

public double getExtrusionHeight()

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


getDepth

public double getDepth()

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


getBevelTop

public ShapeBevelEx getBevelTop()

Returns the type of a top 3D bevel. Read-only ShapeBevelEx,


getBevelBottom

public ShapeBevelEx getBevelBottom()

Returns the type of a bottom 3D bevel. Read-only ShapeBevelEx.


getContourColor

public java.awt.Color getContourColor()

getExtrusionColor

public java.awt.Color getExtrusionColor()

getBevelColorMode

public int getBevelColorMode()

Returns the color mode used for 3D effects. Read-only BevelColorModeEx.


getCamera

public CameraEx getCamera()

Returns the settings of a camera. Read-only CameraEx.


getLightRig

public LightRigEx getLightRig()

Returns the type of a light. Read-only LightRigEx.


getMaterial

public int getMaterial()

Returns the type of a material. Read-only MaterialPresetTypeEx.