Uses of Class
com.prineside.tdi2.scene2d.ui.Value
Packages that use Value
-
Uses of Value in com.prineside.tdi2.scene2d.ui
Subclasses of Value in com.prineside.tdi2.scene2d.uiModifier and TypeClassDescriptionstatic class
A fixed value that is not computed each time it is used.Fields in com.prineside.tdi2.scene2d.ui declared as ValueModifier and TypeFieldDescriptionstatic Value
Table.backgroundBottom
Value that is the bottom padding of the table's background.static Value
Table.backgroundLeft
Value that is the left padding of the table's background.static Value
Table.backgroundRight
Value that is the right padding of the table's background.static Value
Table.backgroundTop
Value that is the top padding of the table's background.static Value
Value.maxHeight
Value that is the maxHeight of the actor in the cell.static Value
Value.maxWidth
Value that is the maxWidth of the actor in the cell.static Value
Value.minHeight
Value that is the minHeight of the actor in the cell.static Value
Value.minWidth
Value that is the minWidth of the actor in the cell.static Value
Value.prefHeight
Value that is the prefHeight of the actor in the cell.static Value
Value.prefWidth
Value that is the prefWidth of the actor in the cell.Methods in com.prineside.tdi2.scene2d.ui that return ValueModifier and TypeMethodDescriptionCell.getMaxHeightValue()
Container.getMaxHeightValue()
Widget.getMaxHeightValue()
WidgetGroup.getMaxHeightValue()
Cell.getMaxWidthValue()
Container.getMaxWidthValue()
Widget.getMaxWidthValue()
WidgetGroup.getMaxWidthValue()
Cell.getMinHeightValue()
Container.getMinHeightValue()
Widget.getMinHeightValue()
WidgetGroup.getMinHeightValue()
Cell.getMinWidthValue()
Widget.getMinWidthValue()
WidgetGroup.getMinWidthValue()
Cell.getPadBottomValue()
Container.getPadBottomValue()
Table.getPadBottomValue()
Cell.getPadLeftValue()
Container.getPadLeftValue()
Table.getPadLeftValue()
Cell.getPadRightValue()
Container.getPadRightValue()
Table.getPadRightValue()
Cell.getPadTopValue()
Container.getPadTopValue()
Table.getPadTopValue()
Cell.getPrefHeightValue()
Container.getPrefHeightValue()
Widget.getPrefHeightValue()
WidgetGroup.getPrefHeightValue()
Cell.getPrefWidthValue()
Container.getPrefWidthValue()
Widget.getPrefWidthValue()
WidgetGroup.getPrefWidthValue()
Cell.getSpaceBottomValue()
Cell.getSpaceLeftValue()
Cell.getSpaceRightValue()
Cell.getSpaceTopValue()
static Value
Value.percentHeight
(float percent) Returns a value that is a percentage of the actor's height.static Value
Value.percentHeight
(float percent, Actor actor) Returns a value that is a percentage of the specified actor's height.static Value
Value.percentWidth
(float percent) Returns a value that is a percentage of the actor's width.static Value
Value.percentWidth
(float percent, Actor actor) Returns a value that is a percentage of the specified actor's width.Methods in com.prineside.tdi2.scene2d.ui with parameters of type ValueModifier and TypeMethodDescriptionSets the minHeight, prefHeight, and maxHeight to the specified value.Sets the minHeight, prefHeight, and maxHeight to the specified value.If the maxHeight is 0, no maximum height is used.Sets the maxWidth and maxHeight to the specified value.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.If the maxWidth is 0, no maximum width is used.Sets the minWidth and minHeight to the specified value.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.Sets the padTop, padLeft, padBottom, and padRight to the specified value.Sets the padTop, padLeft, padBottom, and padRight to the specified value.Sets the padTop, padLeft, padBottom, and padRight around the table to the specified value.Padding at the bottom edge of the table.Padding at the left edge of the table.Padding at the right edge of the table.Padding at the top edge of the table.Cell.prefHeight
(Value prefHeight) Container.prefHeight
(Value prefHeight) Sets the prefWidth and prefHeight to the specified value.Sets the prefWidth and prefHeight to the specified values.Sets the prefWidth and prefHeight to the specified value.Sets the prefWidth and prefHeight to the specified values.void
Widget.setMaxHeight
(Value v) void
WidgetGroup.setMaxHeight
(Value v) void
Widget.setMaxWidth
(Value v) void
WidgetGroup.setMaxWidth
(Value v) void
Widget.setMinHeight
(Value v) void
WidgetGroup.setMinHeight
(Value v) void
Widget.setMinWidth
(Value v) void
WidgetGroup.setMinWidth
(Value v) void
Widget.setPrefHeight
(Value v) void
WidgetGroup.setPrefHeight
(Value v) void
Widget.setPrefWidth
(Value v) void
WidgetGroup.setPrefWidth
(Value v) 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.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.Sets the spaceTop, spaceLeft, spaceBottom, and spaceRight to the specified value.Cell.spaceBottom
(Value spaceBottom) Cell.spaceRight
(Value spaceRight) Sets the minWidth, prefWidth, and maxWidth to the specified value.Sets the minWidth, prefWidth, and maxWidth to the specified value.