Class Shape3D

java.lang.Object
com.independentsoft.office.drawing.Shape3D

public class Shape3D extends Object
The Class Shape3D.
  • Constructor Details

  • Method Details

    • clone

      public Shape3D clone()
      Overrides:
      clone in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getBottomBevel

      public BottomBevel getBottomBevel()
      Gets the bottom bevel.
      Returns:
      the bottom bevel
    • setBottomBevel

      public void setBottomBevel(BottomBevel bottomBevel)
      Sets the bottom bevel.
      Parameters:
      bottomBevel - the new bottom bevel
    • getTopBevel

      public TopBevel getTopBevel()
      Gets the top bevel.
      Returns:
      the top bevel
    • setTopBevel

      public void setTopBevel(TopBevel topBevel)
      Sets the top bevel.
      Parameters:
      topBevel - the new top bevel
    • getContourColor

      public ContourColor getContourColor()
      Gets the contour color.
      Returns:
      the contour color
    • setContourColor

      public void setContourColor(ContourColor contourColor)
      Sets the contour color.
      Parameters:
      contourColor - the new contour color
    • getExtrusionColor

      public ExtrusionColor getExtrusionColor()
      Gets the extrusion color.
      Returns:
      the extrusion color
    • setExtrusionColor

      public void setExtrusionColor(ExtrusionColor extrusionColor)
      Sets the extrusion color.
      Parameters:
      extrusionColor - the new extrusion color
    • getContourWidth

      public Unit getContourWidth()
      Gets the contour width.
      Returns:
      the contour width
    • setContourWidth

      public void setContourWidth(Unit contourWidth)
      Sets the contour width.
      Parameters:
      contourWidth - the new contour width
    • getExtrusionHeight

      public Unit getExtrusionHeight()
      Gets the extrusion height.
      Returns:
      the extrusion height
    • setExtrusionHeight

      public void setExtrusionHeight(Unit extrusionHeight)
      Sets the extrusion height.
      Parameters:
      extrusionHeight - the new extrusion height
    • getMaterialType

      public PresetMaterialType getMaterialType()
      Gets the material type.
      Returns:
      the material type
    • setMaterialType

      public void setMaterialType(PresetMaterialType materialType)
      Sets the material type.
      Parameters:
      materialType - the new material type
    • getDepth

      public Unit getDepth()
      Gets the depth.
      Returns:
      the depth
    • setDepth

      public void setDepth(Unit depth)
      Sets the depth.
      Parameters:
      depth - the new depth