|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
class |
CheckBox
|
class |
FlickScrollPane
|
class |
ScrollPane
A special container that allows scrolling over its children. |
class |
SplitPane
A special container holding two children and allowing to define the space used by each. |
class |
Stack
|
class |
Window
A container acting as a dialog or 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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |