public class LengthType
extends java.lang.Object
Length
will be interpreted.Modifier and Type | Field and Description |
---|---|
static int |
Absolute
Indicates that the specified size is expressed as an absolute value.
|
static int |
Auto
Indicates that the size is automatically calculated based on content.
|
static int |
Relative
Indicates that the size is specifies relatively to the other sizes and the amount of the available space.
|
Constructor and Description |
---|
LengthType() |
public static final int Absolute
public static final int Auto
public static final int Relative