Package | Description |
---|---|
com.googlecode.lanterna.gui | |
com.googlecode.lanterna.gui.component |
Modifier and Type | Method and Description |
---|---|
Component.Alignment |
Component.getAlignment() |
static Component.Alignment |
Component.Alignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Component.Alignment[] |
Component.Alignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Component.setAlignment(Component.Alignment alignment)
Sets the alignment property on the Component which will serve as a hint to the rendering code
as to how to draw the component if it is assigned more space that it asked for.
|
Modifier and Type | Method and Description |
---|---|
Component.Alignment |
AbstractComponent.getAlignment() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractComponent.setAlignment(Component.Alignment alignment) |
Copyright © 2014. All Rights Reserved.