Package com.prineside.tdi2.utils
Class UiUtils
java.lang.Object
com.prineside.tdi2.utils.UiUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
bouncyHideOverlay
(Actor overlayTable, Actor mainTable, Group container) static void
bouncyHideOverlay
(Actor overlayTable, Actor mainTable, Group container, Runnable cb) static void
bouncyShowOverlay
(Actor overlayTable, Actor mainTable, Group container) static void
bouncyShowOverlay
(Actor overlayTable, Actor mainTable, Group container, Runnable cb) static void
enableMouseMoveScrollFocus
(ScrollPane scrollPane) Make scrollPane focused / unfocused when player moves the cursor over itstatic void
finishActions
(Actor actor, float maxDuration) static boolean
static boolean
isVisibleRecursive
(Actor actor) static StringBuilder
printFullPathToStage
(Actor actor) static void
printFullPathToStage
(Actor actor, StringBuilder sb)
-
Constructor Details
-
UiUtils
public UiUtils()
-
-
Method Details
-
finishActions
-
hasParent
-
printFullPathToStage
-
printFullPathToStage
-
enableMouseMoveScrollFocus
Make scrollPane focused / unfocused when player moves the cursor over it -
isVisibleRecursive
- Returns:
- false if not visible, parents are not visible or not on a stage
-
bouncyShowOverlay
-
bouncyShowOverlay
-
bouncyHideOverlay
-
bouncyHideOverlay
-