Class Floor
java.lang.Object
com.independentsoft.office.charts.Floor
The Class Floor.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Gets the chart shape properties.Gets the picture options.intGets the thickness.voidsetPictureOptions(PictureOptions pictureOptions)Sets the picture options.voidsetThickness(int thickness)Sets the thickness.toString()
-
Constructor Details
-
Floor
public Floor()Instantiates a new floor.
-
-
Method Details
-
clone
-
toString
-
getPictureOptions
Gets the picture options.- Returns:
- the picture options
-
setPictureOptions
Sets the picture options.- Parameters:
pictureOptions- the new picture options
-
getChartShapeProperties
Gets the chart shape properties.- Returns:
- the chart shape properties
-
getThickness
public int getThickness()Gets the thickness.- Returns:
- the thickness
-
setThickness
public void setThickness(int thickness)Sets the thickness.- Parameters:
thickness- the new thickness
-