public final class PreferredWidthType
extends java.lang.Object
PreferredWidth| Modifier and Type | Field and Description |
|---|---|
static int |
AUTO
The preferred width is not specified.
|
static int |
length |
static int |
PERCENT
Measure the current item width using a specified percentage.
|
static int |
POINTS
Measure the current item width using a specified number of points (1/72 inch).
|
| Modifier and Type | Method and Description |
|---|---|
static int |
fromName(java.lang.String preferredWidthTypeName) |
static java.lang.String |
getName(int preferredWidthType) |
static int[] |
getValues() |
static java.lang.String |
toString(int preferredWidthType) |
public static final int AUTO
public static final int PERCENT
public static final int POINTS
public static final int length