|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IThreeDFormatEffectiveData
Immutable object which represents 3-D properties.
Method Summary | |
---|---|
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.awt.Color |
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.awt.Color |
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. |
Method Detail |
---|
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 IShapeBevelEffectiveData
,
IShapeBevelEffectiveData getBevelBottom()
Returns or sets the type of a bottom 3D bevel.
Read IShapeBevelEffectiveData
.
java.awt.Color getContourColor()
Returns or sets the color of a contour.
Read-only java.awt.Color
.
java.awt.Color getExtrusionColor()
Returns or sets the color of an extrusion.
Read-only java.awt.Color
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
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |