com.aspose.slides
Class ThreeDFormat

java.lang.Object
  extended by com.aspose.slides.ThreeDFormat
All Implemented Interfaces:
IPresentationComponent, ISlideComponent, IThreeDFormat

public class ThreeDFormat
extends java.lang.Object
implements IThreeDFormat

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

getContourWidth

public double getContourWidth()

Returns or sets the width of a 3D contour. Read/write double.

Specified by:
getContourWidth in interface IThreeDFormat

setContourWidth

public void setContourWidth(double value)
Specified by:
setContourWidth in interface IThreeDFormat

getExtrusionHeight

public double getExtrusionHeight()

Returns or sets the height of an extrusion effect. Read/write double.

Specified by:
getExtrusionHeight in interface IThreeDFormat

setExtrusionHeight

public void setExtrusionHeight(double value)
Specified by:
setExtrusionHeight in interface IThreeDFormat

getDepth

public double getDepth()

Returns or sets the depth of a 3D shape. Read/write double.

Specified by:
getDepth in interface IThreeDFormat

setDepth

public void setDepth(double value)
Specified by:
setDepth in interface IThreeDFormat

getBevelTop

public IShapeBevel getBevelTop()

Returns or sets the type of a top 3D bevel. Read ShapeBevel,

Specified by:
getBevelTop in interface IThreeDFormat

getBevelBottom

public IShapeBevel getBevelBottom()

Returns or sets the type of a bottom 3D bevel. Read ShapeBevel.

Specified by:
getBevelBottom in interface IThreeDFormat

getContourColor

public IColorFormat getContourColor()

Returns or sets the color of a contour. Read/write ColorFormat.

Specified by:
getContourColor in interface IThreeDFormat

setContourColor

public void setContourColor(IColorFormat value)
Specified by:
setContourColor in interface IThreeDFormat

getExtrusionColor

public IColorFormat getExtrusionColor()

Returns or sets the color of an extrusion. Read/write ColorFormat

Specified by:
getExtrusionColor in interface IThreeDFormat

setExtrusionColor

public void setExtrusionColor(IColorFormat value)
Specified by:
setExtrusionColor in interface IThreeDFormat

getCamera

public ICamera getCamera()

Returns or sets the settings of a camera. Read/write Camera.

Specified by:
getCamera in interface IThreeDFormat

setCamera

public void setCamera(ICamera value)
Specified by:
setCamera in interface IThreeDFormat

getLightRig

public ILightRig getLightRig()

Returns or sets the type of a light. Read/write LightRig.

Specified by:
getLightRig in interface IThreeDFormat

setLightRig

public void setLightRig(ILightRig value)
Specified by:
setLightRig in interface IThreeDFormat

getMaterial

public int getMaterial()

Returns or sets the type of a material. Read/write MaterialPresetType.

Specified by:
getMaterial in interface IThreeDFormat

setMaterial

public void setMaterial(int value)
Specified by:
setMaterial in interface IThreeDFormat

getSlide

public IBaseSlide getSlide()

Returns the parent slide of a ThreeDFormat. Read-only BaseSlide.

Specified by:
getSlide in interface ISlideComponent

getPresentation

public IPresentation getPresentation()

Returns the parent presentation of a ThreeDFormat. Read-only Presentation.

Specified by:
getPresentation in interface IPresentationComponent

equals

public boolean equals(java.lang.Object obj)

Determines whether two FillFormat instances are equal.

Overrides:
equals in class java.lang.Object

hashCode

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.


Overriden to make compiler happy.

Overrides:
hashCode in class java.lang.Object