public class BaselineAlignment extends Object
| Modifier and Type | Field and Description |
|---|---|
static BaselineAlignment |
ALIGN_BOTTOM
The bars are aligned to be even along the bottom.
|
static BaselineAlignment |
ALIGN_TOP
The bars are aligned to be even along the top.
|
| Modifier | Constructor and Description |
|---|---|
protected |
BaselineAlignment(String name)
Creates a new BaselineAlignment instance.
|
| Modifier and Type | Method and Description |
|---|---|
static BaselineAlignment |
byName(String name)
Returns a BaselineAlignment instance by name.
|
String |
getName() |
public static final BaselineAlignment ALIGN_TOP
public static final BaselineAlignment ALIGN_BOTTOM
protected BaselineAlignment(String name)
name - the name for the instancepublic String getName()
public static BaselineAlignment byName(String name)
name - the name of the instanceCopyright © 2003–2023. All rights reserved.