@Deprecated public final class AlignmentType extends Object
Class contains possibly alignment types.
Use HorizontalAlignment instead
Modifier and Type | Field and Description |
---|---|
static AlignmentType |
Center
Deprecated.
Center alignment.
|
static AlignmentType |
Left
Deprecated.
Left alignment.
|
static AlignmentType |
Right
Deprecated.
Right alignment.
|
Constructor and Description |
---|
AlignmentType(String name)
Deprecated.
Constructor of AlignmentType.
|
Modifier and Type | Method and Description |
---|---|
String |
toString()
Deprecated.
Returns string representation.
|
public static final AlignmentType Center
Center alignment.
public static final AlignmentType Left
Left alignment.
public static final AlignmentType Right
Right alignment.
public AlignmentType(String name)
Constructor of AlignmentType.
name
- Alignment type name.