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