Uses of Interface
com.prineside.tdi2.scene2d.utils.Layout
Package
Description
-
Uses of Layout in com.prineside.tdi2.scene2d.ui
Modifier 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
A group that lays out its children side by side horizontally, with optional wrapping.class
Displays aDrawable
, scaled various way within the widgets bounds.class
A button with a childImage
to display an image.class
class
List<T>
A list (aka list box) displays textual items and highlights the currently selected item.class
A progress bar is a widget that visually displays the progress of some activity or a value within given range.class
A group that scrolls a child actor using scrollbars and/or mouse or touch dragging.class
SelectBox<T>
A select box (aka a drop-down list) allows a user to choose one of a number of values from a list.static class
The scroll pane shown when a select box is open.class
A slider is a horizontal indicator that allows a user to set a value.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 text input field with multiple lines.class
A button with a childLabel
to display text.class
A single-line text input field.class
class
An on-screen joystick.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
AnActor
that participates in layout and provides a minimum, preferred, and maximum size.class
AGroup
that participates in layout and provides a minimum, preferred, and maximum size. -
Uses of Layout in com.prineside.tdi2.screens
-
Uses of Layout in com.prineside.tdi2.ui.actors
Modifier and TypeClassDescriptionclass
class
class
final class
class
class
class
A text label, with optional word wrapping.class
Кнопка, состоящая только из надписиclass
final class
class
class
class
Deprecated, use Quad as a regular Drawable for an Imageclass
class
class
Позиция определяется точкой x, y Размеры не имеют значенияclass
class
-
Uses of Layout in com.prineside.tdi2.ui.components