Uses of Class
de.lessvoid.nifty.layout.align.VerticalAlign

Packages that use VerticalAlign
de.lessvoid.nifty.elements   
de.lessvoid.nifty.elements.render   
de.lessvoid.nifty.layout   
de.lessvoid.nifty.layout.align   
de.lessvoid.nifty.loaderv2.types.apply   
 

Uses of VerticalAlign in de.lessvoid.nifty.elements
 

Methods in de.lessvoid.nifty.elements that return VerticalAlign
 VerticalAlign Element.getConstraintVerticalAlign()
          get current vertical align.
 

Methods in de.lessvoid.nifty.elements with parameters of type VerticalAlign
 void Element.setConstraintVerticalAlign(VerticalAlign newVerticalAlign)
          set new vertical align.
 

Uses of VerticalAlign in de.lessvoid.nifty.elements.render
 

Methods in de.lessvoid.nifty.elements.render that return VerticalAlign
 VerticalAlign TextRenderer.getTextVAlign()
           
 

Methods in de.lessvoid.nifty.elements.render with parameters of type VerticalAlign
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.
 

Uses of VerticalAlign in de.lessvoid.nifty.layout
 

Methods in de.lessvoid.nifty.layout that return VerticalAlign
 VerticalAlign BoxConstraints.getVerticalAlign()
          Get the current VerticalAlign.
 

Methods in de.lessvoid.nifty.layout with parameters of type VerticalAlign
 void BoxConstraints.setVerticalAlign(VerticalAlign newVerticalAlign)
          Set a new VerticalAlign.
 

Constructors in de.lessvoid.nifty.layout with parameters of type VerticalAlign
BoxConstraints(SizeValue newX, SizeValue newY, SizeValue newWidth, SizeValue newHeight, HorizontalAlign newHorizontalAlign, VerticalAlign newVerticalAlign)
          create new BoxConstraints.
 

Uses of VerticalAlign in de.lessvoid.nifty.layout.align
 

Methods in de.lessvoid.nifty.layout.align that return VerticalAlign
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.
 

Uses of VerticalAlign in de.lessvoid.nifty.loaderv2.types.apply
 

Fields in de.lessvoid.nifty.loaderv2.types.apply declared as VerticalAlign
static VerticalAlign Convert.DEFAULT_TEXT_VERTICAL_ALIGN
           
static VerticalAlign Convert.DEFAULT_VERTICAL_ALIGN
           
 

Methods in de.lessvoid.nifty.loaderv2.types.apply that return VerticalAlign
 VerticalAlign Convert.textVerticalAlign(String value)
           
 VerticalAlign Convert.verticalAlign(String value)
           
 



Copyright © 2012. All Rights Reserved.