libgdx API

Uses of Class
com.badlogic.gdx.scenes.scene2d.Group

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

Uses of Group in com.badlogic.gdx.scenes.scene2d
 

Fields in com.badlogic.gdx.scenes.scene2d declared as Group
 Group Actor.parent
           
protected  Group Stage.root
           
 

Fields in com.badlogic.gdx.scenes.scene2d with type parameters of type Group
protected  java.util.List<Group> Group.groups
           
protected  java.util.List<Group> Group.immutableGroups
           
 

Methods in com.badlogic.gdx.scenes.scene2d that return Group
 Group Stage.getRoot()
           
 

Methods in com.badlogic.gdx.scenes.scene2d that return types with arguments of type Group
 java.util.List<Group> Group.getGroups()
           
 java.util.List<Group> Stage.getGroups()
           
 

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

Subclasses of Group in com.badlogic.gdx.scenes.scene2d.ui
 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 ImageButton
          A button with a child Image to display an image.
 class ScrollPane
          A group that scrolls a child widget using scroll bars.
 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 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 Group in com.badlogic.gdx.scenes.scene2d.ui.tablelayout
 

Subclasses of Group in com.badlogic.gdx.scenes.scene2d.ui.tablelayout
 class Table
           
 


libgdx API

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