Java com.badlogic.gdx.scenes.scene2d.ui Cell fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.scenes.scene2d.ui Cell fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.scenes.scene2d.ui Cell.

The text is from its open source code.

Field

ValueminWidth
ValuepadTop
FloatfillX
Integeralign
IntegerexpandX
Integercolspan

Method

Cellbottom()
Adds Align#bottom and clears Align#top for the alignment of the actor within the cell.
Cellcenter()
Sets the alignment of the actor within the cell to Align#center .
Cellexpand()
Sets expandX and expandY to 1.
Cellexpand(int x, int y)
Cellexpand(boolean x, boolean y)
Sets expandX and expandY to 1 if true, 0 if false.
CellexpandY()
Sets expandY to 1.
Cellfill()
Sets fillX and fillY to 1.
Cellfill(float x, float y)
Cellfill(boolean x, boolean y)
Sets fillX and fillY to 1 if true, 0 if false.
CellfillY()
Sets fillY to 1.
TgetActor()
Returns the actor for this cell, or null.
intgetColumn()
floatgetMaxHeight()
floatgetMaxWidth()
intgetRow()
TablegetTable()
Cellheight(Value height)
Sets the minHeight, prefHeight, and maxHeight to the specified value.
Cellheight(float height)
Sets the minHeight, prefHeight, and maxHeight to the specified value.
Cellleft()
Adds Align#left and clears Align#right for the alignment of the actor within the cell.
CellmaxSize(Value width, Value height)
Sets the maxWidth and maxHeight to the specified values.
CellmaxSize(float width, float height)
Sets the maxWidth and maxHeight to the specified values.
CellminHeight(Value minHeight)
CellminHeight(float minHeight)
CellminSize(Value size)
Sets the minWidth and minHeight to the specified value.
CellminSize(float size)
Sets the minWidth and minHeight to the specified value.
Cellpad(Value top, Value left, Value bottom, Value right)
Cellpad(float top, float left, float bottom, float right)
Cellpad(Value pad)
Sets the padTop, padLeft, padBottom, and padRight to the specified value.
Cellpad(float pad)
Sets the padTop, padLeft, padBottom, and padRight to the specified value.
CellpadBottom(Value padBottom)
CellpadBottom(float padBottom)
CellpadLeft(Value padLeft)
CellpadLeft(float padLeft)
CellpadRight(Value padRight)
CellpadRight(float padRight)
Cellright()
Adds Align#right and clears Align#left for the alignment of the actor within the cell.
Cellrow()
CellsetActor(A newActor)
Sets the actor in this cell and adds the actor to the cell's table.
Cellspace(Value top, Value left, Value bottom, Value right)
Cellspace(float top, float left, float bottom, float right)
Celltop()
Adds Align#top and clears Align#bottom for the alignment of the actor within the cell.
Cellwidth(Value width)
Sets the minWidth, prefWidth, and maxWidth to the specified value.
Cellwidth(float width)
Sets the minWidth, prefWidth, and maxWidth to the specified value.