Uses of Class
com.prineside.tdi2.scene2d.ui.Container
Packages that use Container
-
Uses of Container in com.prineside.tdi2.scene2d.ui
Methods in com.prineside.tdi2.scene2d.ui that return ContainerModifier and TypeMethodDescriptionContainer.align
(int align) Sets the alignment of the actor within the container.Container.background
(Drawable background) Container.bottom()
SetsAlign.bottom
and clearsAlign.top
for the alignment of the actor within the container.Container.center()
Sets the alignment of the actor within the container toAlign.center
.Container.clip()
Sets clip to true.Container.clip
(boolean enabled) Container.fill()
Sets fillX and fillY to 1.Container.fill
(boolean fill) Sets fillX and fillY to 1 if true, 0 if false.Container.fill
(boolean x, boolean y) Sets fillX and fillY to 1 if true, 0 if false.Container.fill
(float x, float y) Container.fillX()
Sets fillX to 1.Container.fillY()
Sets fillY to 1.Tooltip.getContainer()
Container.height
(float height) Sets the minHeight, prefHeight, and maxHeight to the specified value.Sets the minHeight, prefHeight, and maxHeight to the specified value.Container.left()
SetsAlign.left
and clearsAlign.right
for the alignment of the actor within the container.Container.maxHeight
(float maxHeight) Container.maxSize
(float size) Sets the maxWidth and maxHeight to the specified value.Container.maxSize
(float width, float height) Sets the maxWidth and maxHeight to the specified values.Sets the maxWidth and maxHeight to the specified value.Sets the maxWidth and maxHeight to the specified values.Container.maxWidth
(float maxWidth) Container.minHeight
(float minHeight) Container.minSize
(float size) Sets the minWidth and minHeight to the specified value.Container.minSize
(float width, float height) Sets the minWidth and minHeight to the specified values.Sets the minWidth and minHeight to the specified value.Sets the minWidth and minHeight to the specified values.Container.minWidth
(float minWidth) Container.pad
(float pad) Sets the padTop, padLeft, padBottom, and padRight to the specified value.Container.pad
(float top, float left, float bottom, float right) Sets the padTop, padLeft, padBottom, and padRight to the specified value.Container.padBottom
(float padBottom) Container.padLeft
(float padLeft) Container.padRight
(float padRight) Container.padTop
(float padTop) Container.prefHeight
(float prefHeight) Container.prefHeight
(Value prefHeight) Container.prefSize
(float size) Sets the prefWidth and prefHeight to the specified values.Container.prefSize
(float width, float height) Sets the prefWidth and prefHeight to the specified value.Sets the prefWidth and prefHeight to the specified value.Sets the prefWidth and prefHeight to the specified values.Container.prefWidth
(float prefWidth) Container.right()
SetsAlign.right
and clearsAlign.left
for the alignment of the actor within the container.Container.size
(float size) Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified value.Container.size
(float width, float height) Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified values.Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified value.Sets the minWidth, prefWidth, maxWidth, minHeight, prefHeight, and maxHeight to the specified values.Container.top()
SetsAlign.top
and clearsAlign.bottom
for the alignment of the actor within the container.Container.width
(float width) Sets the minWidth, prefWidth, and maxWidth to the specified value.Sets the minWidth, prefWidth, and maxWidth to the specified value.