public class RectangularCuboid
extends java.lang.Object
| Constructor and Description |
|---|
RectangularCuboid(Point point,
int lenght,
int width,
int height) |
| Modifier and Type | Method and Description |
|---|---|
int |
getHeight() |
int |
getLength() |
Point |
getPoint() |
int |
getWidth() |
java.lang.String |
toString() |
public RectangularCuboid(Point point, int lenght, int width, int height)
public int getHeight()
public int getLength()
public int getWidth()
public Point getPoint()
public java.lang.String toString()
toString in class java.lang.Object