IThreeDFormatEffectiveData
All Implemented Interfaces: com.aspose.slides.IThreeDParamSource
public interface IThreeDFormatEffectiveData extends IThreeDParamSource
Immutable object which represents effective 3-D formatting properties.
This interface is used together with the IThreeDFormat interface to return effective formatting values with inheritance applied.
Methods
| Method | Description |
|---|---|
| getContourWidth() | Returns the width of a 3D contour. |
| getExtrusionHeight() | Returns the height of an extrusion effect. |
| getDepth() | Returns the depth of a 3D shape. |
| getBevelTop() | Returns the type of a top 3D bevel. |
| getBevelBottom() | Returns the type of a bottom 3D bevel. |
| getContourColor() | Returns the color of a contour. |
| getExtrusionColor() | Returns the color of an extrusion. |
| getCamera() | Returns the settings of a camera. |
| getLightRig() | Returns the type of a light. |
| getMaterial() | Returns the type of a material. |
getContourWidth()
public abstract double getContourWidth()
Returns the width of a 3D contour. Read-only double.
Returns: double
getExtrusionHeight()
public abstract double getExtrusionHeight()
Returns the height of an extrusion effect. Read-only double.
Returns: double
getDepth()
public abstract double getDepth()
Returns the depth of a 3D shape. Read-only double.
Returns: double
getBevelTop()
public abstract IShapeBevelEffectiveData getBevelTop()
Returns the type of a top 3D bevel. Read-only IShapeBevelEffectiveData.
Returns: IShapeBevelEffectiveData
getBevelBottom()
public abstract IShapeBevelEffectiveData getBevelBottom()
Returns the type of a bottom 3D bevel. Read-only IShapeBevelEffectiveData.
Returns: IShapeBevelEffectiveData
getContourColor()
public abstract Color getContourColor()
Returns the color of a contour. Read-only java.awt.Color.
Returns: java.awt.Color
getExtrusionColor()
public abstract Color getExtrusionColor()
Returns the color of an extrusion. Read-only java.awt.Color.
Returns: java.awt.Color
getCamera()
public abstract ICameraEffectiveData getCamera()
Returns the settings of a camera. Read-only ICameraEffectiveData.
Returns: ICameraEffectiveData
getLightRig()
public abstract ILightRigEffectiveData getLightRig()
Returns the type of a light. Read-only ILightRigEffectiveData.
Returns: ILightRigEffectiveData
getMaterial()
public abstract int getMaterial()
Returns the type of a material. Read-only MaterialPresetType.
Returns: int