Package | Description |
---|---|
com.badlogic.gdx.scenes.scene2d.ui |
Modifier and Type | Method and Description |
---|---|
Container<T> |
Container.align(int align)
Sets the alignment of the actor within the container.
|
Container<T> |
Container.background(Drawable background) |
Container<T> |
Container.bottom()
Sets
Align.bottom and clears Align.top for the alignment of the actor within the container. |
Container<T> |
Container.center()
Sets the alignment of the actor within the container to
Align.center . |
Container<T> |
Container.clip()
Sets clip to true.
|
Container<T> |
Container.clip(boolean enabled) |
Container<T> |
Container.fill()
Sets fillX and fillY to 1.
|
Container<T> |
Container.fill(boolean fill)
Sets fillX and fillY to 1 if true, 0 if false.
|
Container<T> |
Container.fill(boolean x,
boolean y)
Sets fillX and fillY to 1 if true, 0 if false.
|
Container<T> |
Container.fill(float x,
float y) |
Container<T> |
Container.fillX()
Sets fillX to 1.
|
Container<T> |
Container.fillY()
Sets fillY to 1.
|
Container<T> |
Tooltip.getContainer() |
Container<T> |
Container.height(float height)
Sets the minHeight, prefHeight, and maxHeight to the specified value.
|
Container<T> |
Container.height(Value height)
Sets the minHeight, prefHeight, and maxHeight to the specified value.
|
Container<T> |
Container.left()
Sets
Align.left and clears Align.right for the alignment of the actor within the container. |
Container<T> |
Container.maxHeight(float maxHeight) |
Container<T> |
Container.maxHeight(Value maxHeight) |
Container<T> |
Container.maxSize(float size)
Sets the maxWidth and maxHeight to the specified value.
|
Container<T> |
Container.maxSize(float width,
float height)
Sets the maxWidth and maxHeight to the specified values.
|
Container<T> |
Container.maxSize(Value size)
Sets the maxWidth and maxHeight to the specified value.
|
Container<T> |
Container.maxSize(Value width,
Value height)
Sets the maxWidth and maxHeight to the specified values.
|
Container<T> |
Container.maxWidth(float maxWidth) |
Container<T> |
Container.maxWidth(Value maxWidth) |
Container<T> |
Container.minHeight(float minHeight) |
Container<T> |
Container.minHeight(Value minHeight) |
Container<T> |
Container.minSize(float size)
Sets the minWidth and minHeight to the specified value.
|
Container<T> |
Container.minSize(float width,
float height)
Sets the minWidth and minHeight to the specified values.
|
Container<T> |
Container.minSize(Value size)
Sets the minWidth and minHeight to the specified value.
|
Container<T> |
Container.minSize(Value width,
Value height)
Sets the minWidth and minHeight to the specified values.
|
Container<T> |
Container.minWidth(float minWidth) |
Container<T> |
Container.minWidth(Value minWidth) |
Container<T> |
Container.pad(float pad)
Sets the padTop, padLeft, padBottom, and padRight to the specified value.
|
Container<T> |
Container.pad(float top,
float left,
float bottom,
float right) |
Container<T> |
Container.pad(Value pad)
Sets the padTop, padLeft, padBottom, and padRight to the specified value.
|
Container<T> |
Container.pad(Value top,
Value left,
Value bottom,
Value right) |
Container<T> |
Container.padBottom(float padBottom) |
Container<T> |
Container.padBottom(Value padBottom) |
Container<T> |
Container.padLeft(float padLeft) |
Container<T> |
Container.padLeft(Value padLeft) |
Container<T> |
Container.padRight(float padRight) |
Container<T> |
Container.padRight(Value padRight) |
Container<T> |
Container.padTop(float padTop) |
Container<T> |
Container.padTop(Value padTop) |
Container<T> |
Container.prefHeight(float prefHeight) |
Container<T> |
Container.prefHeight(Value prefHeight) |
Container<T> |
Container.prefSize(float size)
Sets the prefWidth and prefHeight to the specified values.
|
Container<T> |
Container.prefSize(float width,
float height)
Sets the prefWidth and prefHeight to the specified value.
|
Container<T> |
Container.prefSize(Value size)
Sets the prefWidth and prefHeight to the specified value.
|
Container<T> |
Container.prefSize(Value width,
Value height)
Sets the prefWidth and prefHeight to the specified values.
|
Container<T> |
Container.prefWidth(float prefWidth) |
Container<T> |
Container.prefWidth(Value prefWidth) |
Container<T> |
Container.right()
Sets
Align.right and clears Align.left for the alignment of the actor within the container. |
Container<T> |
Container.size(float size)
Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified value.
|
Container<T> |
Container.size(float width,
float height)
Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified values.
|
Container<T> |
Container.size(Value size)
Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified value.
|
Container<T> |
Container.size(Value width,
Value height)
Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified values.
|
Container<T> |
Container.top()
Sets
Align.top and clears Align.bottom for the alignment of the actor within the container. |
Container<T> |
Container.width(float width)
Sets the minWidth, prefWidth, and maxWidth to the specified value.
|
Container<T> |
Container.width(Value width)
Sets the minWidth, prefWidth, and maxWidth to the specified value.
|