java.lang.Object | +--Cuboid
Constructor Summary | |
Cuboid()
|
|
Cuboid(int l,
int w,
int h,
int x,
int y,
int z)
|
|
Cuboid(int l,
int w,
int h,
Point p)
|
Method Summary | |
(package private) int |
getHeight()
|
(package private) int |
getLength()
|
(package private) int |
getSurfaceArea()
|
(package private) int |
getVolume()
|
(package private) int |
getWidth()
|
(package private) void |
setHeight(int h)
|
(package private) void |
setLength(int len)
|
(package private) void |
setWidth(int wid)
|
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Cuboid()
public Cuboid(int l, int w, int h, int x, int y, int z)
public Cuboid(int l, int w, int h, Point p)
Method Detail |
int getHeight()
int getLength()
int getSurfaceArea()
int getVolume()
int getWidth()
void setHeight(int h)
void setLength(int len)
void setWidth(int wid)