public interface IThreeDFormatEffectiveData extends IThreeDParamSource
Immutable object which represents effective 3-D formatting properties.
IThreeDFormat
interface to return effective formatting values with inheritance applied.
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.
|
double getContourWidth()
Returns the width of a 3D contour.
Read-only double
.
double getExtrusionHeight()
Returns the height of an extrusion effect.
Read-only double
.
double getDepth()
Returns the depth of a 3D shape.
Read-only double
.
IShapeBevelEffectiveData getBevelTop()
Returns the type of a top 3D bevel.
Read-only IShapeBevelEffectiveData
.
IShapeBevelEffectiveData getBevelBottom()
Returns the type of a bottom 3D bevel.
Read-only IShapeBevelEffectiveData
.
java.lang.Integer getContourColor()
Returns the color of a contour.
Read-only Integer
.
java.lang.Integer getExtrusionColor()
Returns the color of an extrusion.
Read-only Integer
.
ICameraEffectiveData getCamera()
Returns the settings of a camera.
Read-only ICameraEffectiveData
.
ILightRigEffectiveData getLightRig()
Returns the type of a light.
Read-only ILightRigEffectiveData
.
int getMaterial()
Returns the type of a material.
Read-only MaterialPresetType
.