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 classA fixed value that is not computed each time it is used.Fields in com.prineside.tdi2.scene2d.ui declared as ValueModifier and TypeFieldDescriptionstatic ValueTable.backgroundBottomValue that is the bottom padding of the table's background.static ValueTable.backgroundLeftValue that is the left padding of the table's background.static ValueTable.backgroundRightValue that is the right padding of the table's background.static ValueTable.backgroundTopValue that is the top padding of the table's background.static ValueValue.maxHeightValue that is the maxHeight of the actor in the cell.static ValueValue.maxWidthValue that is the maxWidth of the actor in the cell.static ValueValue.minHeightValue that is the minHeight of the actor in the cell.static ValueValue.minWidthValue that is the minWidth of the actor in the cell.static ValueValue.prefHeightValue that is the prefHeight of the actor in the cell.static ValueValue.prefWidthValue 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 ValueValue.percentHeight(float percent) Returns a value that is a percentage of the actor's height.static ValueValue.percentHeight(float percent, Actor actor) Returns a value that is a percentage of the specified actor's height.static ValueValue.percentWidth(float percent) Returns a value that is a percentage of the actor's width.static ValueValue.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.voidWidget.setMaxHeight(Value v) voidWidgetGroup.setMaxHeight(Value v) voidWidget.setMaxWidth(Value v) voidWidgetGroup.setMaxWidth(Value v) voidWidget.setMinHeight(Value v) voidWidgetGroup.setMinHeight(Value v) voidWidget.setMinWidth(Value v) voidWidgetGroup.setMinWidth(Value v) voidWidget.setPrefHeight(Value v) voidWidgetGroup.setPrefHeight(Value v) voidWidget.setPrefWidth(Value v) voidWidgetGroup.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.