Uses of Class
com.badlogic.gdx.scenes.scene2d.Group
Packages that use Group
-
Uses of Group in com.badlogic.gdx.scenes.scene2d
Methods in com.badlogic.gdx.scenes.scene2d that return GroupModifier and TypeMethodDescriptionGroup.debugAll()
CallssetDebug(boolean, boolean)
withtrue, true
.Actor.getParent()
Returns the parent actor, or null if not in a group.Stage.getRoot()
Returns the root group which holds all actors in the stage.Methods in com.badlogic.gdx.scenes.scene2d with parameters of type Group -
Uses of Group in com.badlogic.gdx.scenes.scene2d.ui
Subclasses of Group in com.badlogic.gdx.scenes.scene2d.uiModifier and TypeClassDescriptionclass
class
A checkbox is a button that contains an image indicating the checked or unchecked state and a label.class
A group with a single child that sizes and positions the child using constraints.class
Displays a dialog, which is a window with a title, a content table, and a button table.class
A group that lays out its children side by side horizontally, with optional wrapping.class
A button with a childImage
to display an image.class
class
A group that scrolls a child actor using scrollbars and/or mouse or touch dragging.static class
The scroll pane shown when a select box is open.class
A container that contains two widgets and is divided either horizontally or vertically.class
A stack is a container that sizes its children to its size and positions them at 0,0 on top of each other.class
A group that sizes and positions children using table constraints.class
A button with a childLabel
to display text.class
A tree widget where each node has an icon, actor, and child nodes.class
A group that lays out its children top to bottom vertically, with optional wrapping.class
AGroup
that participates in layout and provides a minimum, preferred, and maximum size.class
A table that can be dragged and act as a modal window.