public class Dimensions
extends Object
-
Constructor Summary
Constructors
Dimensions(double width,
double height,
double depth)
-
Method Summary
-
Constructor Details
-
Dimensions
public Dimensions(double width,
double height,
double depth)
-
Method Details
-
getDepth
public double getDepth()
-
getHeight
public double getHeight()
-
getWidth
public double getWidth()
-