@ProviderType
public class Dimensions
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static Dimensions |
UNKNOWN |
| Constructor and Description |
|---|
Dimensions(float height,
float width) |
| Modifier and Type | Method and Description |
|---|---|
float |
getHeight() |
float |
getWidth() |
java.lang.String |
toString() |
public static final Dimensions UNKNOWN