public class ThreeDFormatEffectiveData extends java.lang.Object implements IThreeDFormatEffectiveData
Immutable object which represents 3-D properties.
Modifier and Type | Method and Description |
---|---|
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.lang.Integer |
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.lang.Integer |
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.
|
public final double getContourWidth()
Returns the width of a 3D contour.
Read-only double
.
getContourWidth
in interface IThreeDFormatEffectiveData
public final double getExtrusionHeight()
Returns the height of an extrusion effect.
Read-only double
.
getExtrusionHeight
in interface IThreeDFormatEffectiveData
public final double getDepth()
Returns the depth of a 3D shape.
Read-only double
.
getDepth
in interface IThreeDFormatEffectiveData
public final IShapeBevelEffectiveData getBevelTop()
Returns the type of a top 3D bevel.
Read-only IShapeBevelEffectiveData
.
getBevelTop
in interface IThreeDFormatEffectiveData
public final IShapeBevelEffectiveData getBevelBottom()
Returns the type of a bottom 3D bevel.
Read-only IShapeBevelEffectiveData
.
getBevelBottom
in interface IThreeDFormatEffectiveData
public final java.lang.Integer getContourColor()
Returns the color of a contour.
Read-only Integer
.
getContourColor
in interface IThreeDFormatEffectiveData
public final java.lang.Integer getExtrusionColor()
Returns the color of an extrusion.
Read-only Integer
getExtrusionColor
in interface IThreeDFormatEffectiveData
public final ICameraEffectiveData getCamera()
Returns the settings of a camera.
Read-only ICameraEffectiveData
.
getCamera
in interface IThreeDFormatEffectiveData
public final ILightRigEffectiveData getLightRig()
Returns the type of a light.
Read-only ILightRigEffectiveData
.
getLightRig
in interface IThreeDFormatEffectiveData
public final int getMaterial()
Returns the type of a material.
Read-only MaterialPresetType
.
getMaterial
in interface IThreeDFormatEffectiveData
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.