Uses of Class
com.example.project.controllers.tileViewControllers.LetterTileController
Packages that use LetterTileController
Package
Description
-
Uses of LetterTileController in com.example.project.controllers.gameScreens
Methods in com.example.project.controllers.gameScreens that return types with arguments of type LetterTileControllerModifier and TypeMethodDescriptionLetterTileGroup.getControllers()
Gets the groups tile controllers.Constructor parameters in com.example.project.controllers.gameScreens with type arguments of type LetterTileControllerModifierConstructorDescriptionLetterTileGroup
(int numberOfEmptyTileSlots, javafx.scene.layout.Pane container, javafx.beans.property.ReadOnlyListProperty<LetterTile> observedList, Consumer<LetterTileController> onClickHandler) ConstructorLetterTileGroup
(int numberOfEmptyTileSlots, javafx.scene.layout.Pane container, javafx.beans.property.ReadOnlyListProperty<LetterTile> observedList, Consumer<LetterTileController> onClickHandler, List<Runnable> afterSyncActions) Constructor -
Uses of LetterTileController in com.example.project.controllers.gameScreens.animations
Constructor parameters in com.example.project.controllers.gameScreens.animations with type arguments of type LetterTileControllerModifierConstructorDescriptionLevelScoreSequence
(List<LetterTileController> wordTileControllers, LevelModel levelModel, javafx.scene.control.Label comboCountLabel, javafx.scene.control.Label multiplierLabel) Constructor. -
Uses of LetterTileController in com.example.project.controllers.tileViewControllers
Methods in com.example.project.controllers.tileViewControllers with parameters of type LetterTileControllerModifier and TypeMethodDescriptionvoid
EmptyTileController.setLetter
(LetterTileController letterController) updates empty slot to have a letter tile in it. -
Uses of LetterTileController in com.example.project.services
Methods in com.example.project.services that return LetterTileControllerModifier and TypeMethodDescriptionstatic LetterTileController
TileLoader.createLetterTile
(LetterTile lt)