public class CadSize extends Object
The Cad size
Constructor and Description |
---|
CadSize(double width,
double height)
Initializes a new instance of the
CadSize class. |
Modifier and Type | Method and Description |
---|---|
double |
getHeight()
Gets or sets the height.
|
double |
getWidth()
Gets or sets the Width.
|
void |
setHeight(double value)
Gets or sets the height.
|
void |
setWidth(double value)
Gets or sets the Width.
|
String |
toString()
Returns a
String that represents this instance. |
Dimension |
truncate()
Gets the point.
|
public CadSize(double width, double height)
Initializes a new instance of the CadSize
class.
width
- Width of the value.height
- Height of the value.