Class Cuboid

java.lang.Object
  |
  +--Cuboid

public class Cuboid
extends java.lang.Object


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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cuboid

public Cuboid()

Cuboid

public Cuboid(int l,
              int w,
              int h,
              int x,
              int y,
              int z)

Cuboid

public Cuboid(int l,
              int w,
              int h,
              Point p)
Method Detail

getHeight

int getHeight()

getLength

int getLength()

getSurfaceArea

int getSurfaceArea()

getVolume

int getVolume()

getWidth

int getWidth()

setHeight

void setHeight(int h)

setLength

void setLength(int len)

setWidth

void setWidth(int wid)