Uses of Class
com.threerings.opengl.gui.layout.TableLayout.Alignment

Packages that use TableLayout.Alignment
com.threerings.opengl.gui.config GUI configurations. 
com.threerings.opengl.gui.layout   
 

Uses of TableLayout.Alignment in com.threerings.opengl.gui.config
 

Methods in com.threerings.opengl.gui.config that return TableLayout.Alignment
 TableLayout.Alignment LayoutConfig.HorizontalAlignment.getAlignment()
          Returns the corresponding alignment object.
 TableLayout.Alignment LayoutConfig.VerticalAlignment.getAlignment()
          Returns the corresponding alignment object.
 

Uses of TableLayout.Alignment in com.threerings.opengl.gui.layout
 

Fields in com.threerings.opengl.gui.layout declared as TableLayout.Alignment
static TableLayout.Alignment TableLayout.BOTTOM
          Bottom justifies the table contents within the container.
static TableLayout.Alignment TableLayout.CENTER
          Centers the table contents within the container.
static TableLayout.Alignment TableLayout.LEFT
          Left justifies the table contents within the container.
static TableLayout.Alignment TableLayout.RIGHT
          Right justifies the table contents within the container.
static TableLayout.Alignment TableLayout.STRETCH
          Divides the column space among the columns in proportion to their preferred size.
static TableLayout.Alignment TableLayout.TOP
          Top justifies the table contents within the container.
 

Methods in com.threerings.opengl.gui.layout with parameters of type TableLayout.Alignment
 TableLayout TableLayout.setHorizontalAlignment(TableLayout.Alignment align)
          Configures the horizontal alignment (or stretching) of this table.
 TableLayout TableLayout.setVerticalAlignment(TableLayout.Alignment align)
          Configures the vertical alignment of this table.
 



Copyright © 2011. All Rights Reserved.