|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ThreeDFormatDataEx
public class ThreeDFormatDataEx
Immutable object which represents 3-D properties.
Method Summary | |
---|---|
ShapeBevelEx |
getBevelBottom()
Returns the type of a bottom 3D bevel. |
int |
getBevelColorMode()
Returns the color mode used for 3D effects. |
ShapeBevelEx |
getBevelTop()
Returns the type of a top 3D bevel. |
CameraEx |
getCamera()
Returns the settings of a camera. |
java.awt.Color |
getContourColor()
|
double |
getContourWidth()
Returns the width of a 3D contour. |
double |
getDepth()
Returns the depth of a 3D shape. |
java.awt.Color |
getExtrusionColor()
|
double |
getExtrusionHeight()
Returns the height of an extrusion effect. |
LightRigEx |
getLightRig()
Returns the type of a light. |
int |
getMaterial()
Returns the type of a material. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public double getContourWidth()
Returns the width of a 3D contour.
Read-only double
.
public double getExtrusionHeight()
Returns the height of an extrusion effect.
Read-only double
.
public double getDepth()
Returns the depth of a 3D shape.
Read-only double
.
public ShapeBevelEx getBevelTop()
Returns the type of a top 3D bevel.
Read-only ShapeBevelEx
,
public ShapeBevelEx getBevelBottom()
Returns the type of a bottom 3D bevel.
Read-only ShapeBevelEx
.
public java.awt.Color getContourColor()
public java.awt.Color getExtrusionColor()
public int getBevelColorMode()
Returns the color mode used for 3D effects.
Read-only BevelColorModeEx
.
public CameraEx getCamera()
Returns the settings of a camera.
Read-only CameraEx
.
public LightRigEx getLightRig()
Returns the type of a light.
Read-only LightRigEx
.
public int getMaterial()
Returns the type of a material.
Read-only MaterialPresetTypeEx
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |