libgdx API

Uses of Interface
com.badlogic.gdx.scenes.scene2d.Layout

Packages that use Layout
com.badlogic.gdx.scenes.scene2d.ui   
com.badlogic.gdx.scenes.scene2d.ui.tablelayout   
 

Uses of Layout in com.badlogic.gdx.scenes.scene2d.ui
 

Classes in com.badlogic.gdx.scenes.scene2d.ui that implement Layout
 class Button
          A button is a Table with a checked state and additional style fields for pressed, unpressed, and checked.
 class CheckBox
          A checkbox is a button that contains an image indicating the checked or unchecked state and a label.
 class FlickScrollPane
          A group that scrolls a child widget by pressing and dragging.
 class Image
          Displays a TextureRegion or NinePatch, scaled various way within the widgets bounds.
 class ImageButton
          A button with a child Image to display an image.
 class Label
          A text label, with optional word wrapping.
 class List
          A list (aka list box) displays textual items and highlights the currently selected item.
 class ScrollPane
          A group that scrolls a child widget using scroll bars.
 class SelectBox
          A select box (aka a drop-down list) allows a user to choose one of a number of values from a list.
 class Slider
          A slider is a horizontal indicator that allows a user to set a value.
 class SplitPane
          A container that divides two widgets either horizontally or vertically and allows the user to resize them.
 class Stack
          A stack is a container that sizes its children to its size and positions them at 0,0 on top of each other.
 class TextButton
          A button with a child Label to display text.
 class TextField
          A single-line text input field.
 class Widget
          An Actor that participates in layout and provides a minimum, preferred, and maximum size.
 class WidgetGroup
          A Group that participates in layout and provides a minimum, preferred, and maximum size.
 class Window
          A table that can be dragged and act as a modal window.
 

Uses of Layout in com.badlogic.gdx.scenes.scene2d.ui.tablelayout
 

Classes in com.badlogic.gdx.scenes.scene2d.ui.tablelayout that implement Layout
 class Table
           
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)