@Deprecated public final class VerticalAlignmentType extends Object
Class representing possible vertical alignment values.
Use VerticalAlignment instead
Modifier and Type | Field and Description |
---|---|
static VerticalAlignmentType |
Bottom
Deprecated.
Bottom alignment type.
|
static VerticalAlignmentType |
Center
Deprecated.
Center alignment type.
|
static VerticalAlignmentType |
Top
Deprecated.
Top alignment.
|
Constructor and Description |
---|
VerticalAlignmentType(String name)
Deprecated.
Initializes vertical alignment by its name.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Deprecated.
Returns string representation.
|
public static final VerticalAlignmentType Top
Top alignment.
public static final VerticalAlignmentType Center
Center alignment type.
public static final VerticalAlignmentType Bottom
Bottom alignment type.
public VerticalAlignmentType(String name)
Initializes vertical alignment by its name.
name
- Vertical alignment type name.