com.aspose.slides.pptx
Class ThreeDFormatEx

java.lang.Object
  extended by com.aspose.slides.pptx.ThreeDFormatEx
All Implemented Interfaces:
IPresentationComponent, ISlideComponent

public class ThreeDFormatEx
extends java.lang.Object
implements ISlideComponent

Represents 3D properties of a shape.


Method Summary
 ShapeBevelEx getBevelBottom()
          Returns the type of a bottom 3D bevel.
 BevelColorModeEx 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.
 ColorFormatEx getContourColor()
          Returns the color of a contour.
 double getContourWidth()
          Returns the width of a 3D contour.
 double getDepth()
          Returns the depth of a 3D shape.
 ColorFormatEx getExtrusionColor()
          Returns the color of an extrusion.
 double getExtrusionHeight()
          Returns the height of an extrusion effect.
 void getExtrusionHeight(double value)
          Sets the height of an extrusion effect.
 LightRigEx getLightRig()
          Returns the type of a light.
 MaterialPresetTypeEx getMaterial()
          Returns the type of a material.
 PresentationEx getPresentation()
          Returns the parent presentation.
 BaseSlideEx getSlide()
          Returns the parent slide.
 void setBevelColorMode(BevelColorModeEx value)
          Sets the color mode used for 3D effects.
 void setCamera(CameraEx value)
          Sets the settings of a camera.
 void setContourColor(ColorFormatEx value)
          Sets the color of a contour.
 void setContourWidth(double value)
          Sets the width of a 3D contour.
 void setDepth(double value)
          Sets the depth of a 3D shape.
 void setExtrusionColor(ColorFormatEx value)
          Sets the color of an extrusion.
 void setLightRig(LightRigEx value)
          Sets the type of a light.
 void setMaterial(MaterialPresetTypeEx value)
          Sets 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.


setContourWidth

public void setContourWidth(double value)
Sets the width of a 3D contour.


getExtrusionHeight

public double getExtrusionHeight()
Returns the height of an extrusion effect.


getExtrusionHeight

public void getExtrusionHeight(double value)
Sets the height of an extrusion effect.


getDepth

public double getDepth()
Returns the depth of a 3D shape.


setDepth

public void setDepth(double value)
Sets the depth of a 3D shape.


getBevelTop

public ShapeBevelEx getBevelTop()
Returns the type of a top 3D bevel.


getBevelBottom

public ShapeBevelEx getBevelBottom()
Returns the type of a bottom 3D bevel.


getContourColor

public ColorFormatEx getContourColor()
Returns the color of a contour.


setContourColor

public void setContourColor(ColorFormatEx value)
Sets the color of a contour.


getExtrusionColor

public ColorFormatEx getExtrusionColor()
Returns the color of an extrusion.


setExtrusionColor

public void setExtrusionColor(ColorFormatEx value)
Sets the color of an extrusion.


getBevelColorMode

public BevelColorModeEx getBevelColorMode()
Returns the color mode used for 3D effects.


setBevelColorMode

public void setBevelColorMode(BevelColorModeEx value)
Sets the color mode used for 3D effects.


getCamera

public CameraEx getCamera()
Returns the settings of a camera.


setCamera

public void setCamera(CameraEx value)
Sets the settings of a camera.


getLightRig

public LightRigEx getLightRig()
Returns the type of a light.


setLightRig

public void setLightRig(LightRigEx value)
Sets the type of a light.


getMaterial

public MaterialPresetTypeEx getMaterial()
Returns the type of a material.


setMaterial

public void setMaterial(MaterialPresetTypeEx value)
Sets the type of a material.


getSlide

public BaseSlideEx getSlide()
Returns the parent slide.

Specified by:
getSlide in interface ISlideComponent

getPresentation

public PresentationEx getPresentation()
Returns the parent presentation.

Specified by:
getPresentation in interface IPresentationComponent