|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ThreeDFormat
public class ThreeDFormat
Represents 3-D properties.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether two FillFormat instances are equal. |
IShapeBevel |
getBevelBottom()
Returns or sets the type of a bottom 3D bevel. |
IShapeBevel |
getBevelTop()
Returns or sets the type of a top 3D bevel. |
ICamera |
getCamera()
Returns or sets the settings of a camera. |
IColorFormat |
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. |
IColorFormat |
getExtrusionColor()
Returns or sets the color of an extrusion. |
double |
getExtrusionHeight()
Returns or sets the height of an extrusion effect. |
ILightRig |
getLightRig()
Returns or sets the type of a light. |
int |
getMaterial()
Returns or sets the type of a material. |
IPresentation |
getPresentation()
Returns the parent presentation of a ThreeDFormat. |
IBaseSlide |
getSlide()
Returns the parent slide of a ThreeDFormat. |
int |
hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
void |
setCamera(ICamera value)
|
void |
setContourColor(IColorFormat value)
|
void |
setContourWidth(double value)
|
void |
setDepth(double value)
|
void |
setExtrusionColor(IColorFormat value)
|
void |
setExtrusionHeight(double value)
|
void |
setLightRig(ILightRig value)
|
void |
setMaterial(int value)
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public double getContourWidth()
Returns or sets the width of a 3D contour.
Read/write double
.
getContourWidth
in interface IThreeDFormat
public void setContourWidth(double value)
setContourWidth
in interface IThreeDFormat
public double getExtrusionHeight()
Returns or sets the height of an extrusion effect.
Read/write double
.
getExtrusionHeight
in interface IThreeDFormat
public void setExtrusionHeight(double value)
setExtrusionHeight
in interface IThreeDFormat
public double getDepth()
Returns or sets the depth of a 3D shape.
Read/write double
.
getDepth
in interface IThreeDFormat
public void setDepth(double value)
setDepth
in interface IThreeDFormat
public IShapeBevel getBevelTop()
Returns or sets the type of a top 3D bevel.
Read ShapeBevel
,
getBevelTop
in interface IThreeDFormat
public IShapeBevel getBevelBottom()
Returns or sets the type of a bottom 3D bevel.
Read ShapeBevel
.
getBevelBottom
in interface IThreeDFormat
public IColorFormat getContourColor()
Returns or sets the color of a contour.
Read/write ColorFormat
.
getContourColor
in interface IThreeDFormat
public void setContourColor(IColorFormat value)
setContourColor
in interface IThreeDFormat
public IColorFormat getExtrusionColor()
Returns or sets the color of an extrusion.
Read/write ColorFormat
getExtrusionColor
in interface IThreeDFormat
public void setExtrusionColor(IColorFormat value)
setExtrusionColor
in interface IThreeDFormat
public ICamera getCamera()
Returns or sets the settings of a camera.
Read/write Camera
.
getCamera
in interface IThreeDFormat
public void setCamera(ICamera value)
setCamera
in interface IThreeDFormat
public ILightRig getLightRig()
Returns or sets the type of a light.
Read/write LightRig
.
getLightRig
in interface IThreeDFormat
public void setLightRig(ILightRig value)
setLightRig
in interface IThreeDFormat
public int getMaterial()
Returns or sets the type of a material.
Read/write MaterialPresetType
.
getMaterial
in interface IThreeDFormat
public void setMaterial(int value)
setMaterial
in interface IThreeDFormat
public IBaseSlide getSlide()
Returns the parent slide of a ThreeDFormat.
Read-only BaseSlide
.
getSlide
in interface ISlideComponent
public IPresentation getPresentation()
Returns the parent presentation of a ThreeDFormat.
Read-only Presentation
.
getPresentation
in interface IPresentationComponent
public boolean equals(java.lang.Object obj)
Determines whether two FillFormat instances are equal.
equals
in class java.lang.Object
public int hashCode()
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
hashCode
in class java.lang.Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |