Interface IWall
public interface IWall
Represents the walls of a 3-D chart.
-
Method Summary
Returns the parent object for the specified object.
int
Gets the thickness of the wall.
void
Sets the thickness of the wall.
-
Method Details
-
getParent
Returns the parent object for the specified object.
-
-
getThickness
int getThickness()
Gets the thickness of the wall.
-
setThickness
void setThickness(int value)
Sets the thickness of the wall.