public class SupportSize extends Object
| Constructor and Description |
|---|
SupportSize(int width,
int height,
LengthUnit lengthUnit)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getHeight()
Returns the support's height.
|
Integer |
getHeightInt() |
String |
getWidth()
Returns the support's width.
|
Integer |
getWidthInt() |
public SupportSize(int width,
int height,
LengthUnit lengthUnit)
width - the support's widthheight - the support's heightlengthUnit - the lenght unitCopyright © 2007–2017. All rights reserved.