Package | Description |
---|---|
de.lessvoid.nifty.elements | |
de.lessvoid.nifty.elements.render | |
de.lessvoid.nifty.layout | |
de.lessvoid.nifty.layout.align | |
de.lessvoid.nifty.loaderv2.types.apply |
Modifier and Type | Method and Description |
---|---|
VerticalAlign |
Element.getConstraintVerticalAlign()
get current vertical align.
|
Modifier and Type | Method and Description |
---|---|
void |
Element.setConstraintVerticalAlign(VerticalAlign newVerticalAlign)
set new vertical align.
|
Modifier and Type | Method and Description |
---|---|
VerticalAlign |
TextRenderer.getTextVAlign() |
Modifier and Type | Method and Description |
---|---|
protected static int |
TextRenderer.getStartYWithVerticalAlign(int textHeight,
int elementHeight,
VerticalAlign verticalAlign)
Get start Y for text rendering given the textHeight and the elementHeight.
|
void |
TextRenderer.setTextVAlign(VerticalAlign newTextVAlign)
set text vertical alignment.
|
Modifier and Type | Method and Description |
---|---|
VerticalAlign |
BoxConstraints.getVerticalAlign()
Get the current VerticalAlign.
|
Modifier and Type | Method and Description |
---|---|
void |
BoxConstraints.setVerticalAlign(VerticalAlign newVerticalAlign)
Set a new VerticalAlign.
|
Constructor and Description |
---|
BoxConstraints(SizeValue newX,
SizeValue newY,
SizeValue newWidth,
SizeValue newHeight,
HorizontalAlign newHorizontalAlign,
VerticalAlign newVerticalAlign)
create new BoxConstraints.
|
Modifier and Type | Method and Description |
---|---|
static VerticalAlign |
VerticalAlign.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerticalAlign[] |
VerticalAlign.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
static VerticalAlign |
Convert.DEFAULT_TEXT_VERTICAL_ALIGN |
static VerticalAlign |
Convert.DEFAULT_VERTICAL_ALIGN |
Modifier and Type | Method and Description |
---|---|
VerticalAlign |
Convert.textVerticalAlign(String value) |
VerticalAlign |
Convert.verticalAlign(String value) |
Copyright © 2013. All Rights Reserved.