Class Shape3D
java.lang.Object
com.independentsoft.office.diagrams.Shape3D
The Class Shape3D.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the bottom bevel.Gets the contour color.Gets the contour width.getDepth()Gets the depth.Gets the extrusion color.Gets the extrusion height.Gets the material type.Gets the top bevel.voidsetBottomBevel(BottomBevel bottomBevel)Sets the bottom bevel.voidsetContourColor(ContourColor contourColor)Sets the contour color.voidsetContourWidth(Unit contourWidth)Sets the contour width.voidSets the depth.voidsetExtrusionColor(ExtrusionColor extrusionColor)Sets the extrusion color.voidsetExtrusionHeight(Unit extrusionHeight)Sets the extrusion height.voidsetMaterialType(PresetMaterialType materialType)Sets the material type.voidsetTopBevel(TopBevel topBevel)Sets the top bevel.toString()
-
Constructor Details
-
Shape3D
public Shape3D()Instantiates a new shape3 d.
-
-
Method Details
-
clone
-
toString
-
getBottomBevel
Gets the bottom bevel.- Returns:
- the bottom bevel
-
setBottomBevel
Sets the bottom bevel.- Parameters:
bottomBevel- the new bottom bevel
-
getTopBevel
Gets the top bevel.- Returns:
- the top bevel
-
setTopBevel
Sets the top bevel.- Parameters:
topBevel- the new top bevel
-
getContourColor
Gets the contour color.- Returns:
- the contour color
-
setContourColor
Sets the contour color.- Parameters:
contourColor- the new contour color
-
getExtrusionColor
Gets the extrusion color.- Returns:
- the extrusion color
-
setExtrusionColor
Sets the extrusion color.- Parameters:
extrusionColor- the new extrusion color
-
getContourWidth
Gets the contour width.- Returns:
- the contour width
-
setContourWidth
Sets the contour width.- Parameters:
contourWidth- the new contour width
-
getExtrusionHeight
Gets the extrusion height.- Returns:
- the extrusion height
-
setExtrusionHeight
Sets the extrusion height.- Parameters:
extrusionHeight- the new extrusion height
-
getMaterialType
Gets the material type.- Returns:
- the material type
-
setMaterialType
Sets the material type.- Parameters:
materialType- the new material type
-
getDepth
Gets the depth.- Returns:
- the depth
-
setDepth
Sets the depth.- Parameters:
depth- the new depth
-