com.aspose.slides
Class ThreeDFormatEffectiveData

java.lang.Object
  extended by com.aspose.slides.ThreeDFormatEffectiveData
All Implemented Interfaces:
IThreeDFormatEffectiveData

public class ThreeDFormatEffectiveData
extends java.lang.Object
implements IThreeDFormatEffectiveData

Immutable object which represents 3-D properties.


Method Summary
 IShapeBevelEffectiveData getBevelBottom()
           Returns the type of a bottom 3D bevel.
 IShapeBevelEffectiveData getBevelTop()
           Returns the type of a top 3D bevel.
 ICameraEffectiveData getCamera()
           Returns the settings of a camera.
 java.awt.Color 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.
 java.awt.Color getExtrusionColor()
           Returns the color of an extrusion.
 double getExtrusionHeight()
           Returns the height of an extrusion effect.
 ILightRigEffectiveData 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.

Specified by:
getContourWidth in interface IThreeDFormatEffectiveData

getExtrusionHeight

public double getExtrusionHeight()

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

Specified by:
getExtrusionHeight in interface IThreeDFormatEffectiveData

getDepth

public double getDepth()

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

Specified by:
getDepth in interface IThreeDFormatEffectiveData

getBevelTop

public IShapeBevelEffectiveData getBevelTop()

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

Specified by:
getBevelTop in interface IThreeDFormatEffectiveData

getBevelBottom

public IShapeBevelEffectiveData getBevelBottom()

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

Specified by:
getBevelBottom in interface IThreeDFormatEffectiveData

getContourColor

public java.awt.Color getContourColor()

Returns the color of a contour. Read-only System.Drawing.Color.

Specified by:
getContourColor in interface IThreeDFormatEffectiveData

getExtrusionColor

public java.awt.Color getExtrusionColor()

Returns the color of an extrusion. Read-only System.Drawing.Color

Specified by:
getExtrusionColor in interface IThreeDFormatEffectiveData

getCamera

public ICameraEffectiveData getCamera()

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

Specified by:
getCamera in interface IThreeDFormatEffectiveData

getLightRig

public ILightRigEffectiveData getLightRig()

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

Specified by:
getLightRig in interface IThreeDFormatEffectiveData

getMaterial

public int getMaterial()

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

Specified by:
getMaterial in interface IThreeDFormatEffectiveData


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