@ProviderType
public class Dimensions
extends Object
implements 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() |
String |
toString() |
public static final Dimensions UNKNOWN