Interface IFloor
public interface IFloor
Represents the floor of a 3-D chart.
-
Method Summary
Returns the parent object for the specified object.
int
Gets an Integer, specifying the thickness of the floor.
void
Sets an Integer, specifying the thickness of the floor.
-
Method Details
-
-
getParent
Returns the parent object for the specified object.
-
getThickness
int getThickness()
Gets an Integer, specifying the thickness of the floor.
-
setThickness
void setThickness(int value)
Sets an Integer, specifying the thickness of the floor.