Package | Description |
---|---|
com.oracle.bmc.aidocument.model |
Modifier and Type | Method and Description |
---|---|
static Dimensions.Unit |
Dimensions.Unit.create(String key) |
Dimensions.Unit |
Dimensions.getUnit()
The unit of length.
|
static Dimensions.Unit |
Dimensions.Unit.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dimensions.Unit[] |
Dimensions.Unit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Dimensions.Builder |
Dimensions.Builder.unit(Dimensions.Unit unit)
The unit of length.
|
Constructor and Description |
---|
Dimensions(Double width,
Double height,
Dimensions.Unit unit)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.