Packages | |
| package | math |
| package | sudoku |
Classes | |
| class | AudioUtils |
| Utility class providing helper methods for common audio-related operations. More... | |
| class | DynamicFontSize |
| Dynamically adjusts the root font size of a JavaFX Scene based on its dimensions. More... | |
| class | FileSystemManagerUTest |
| class | ImageUtils |
| Utility class providing helper methods for common image-related operations in JavaFX. More... | |
| class | LocalUserDataPurger |
| Defines file system operations related to the application's data management. More... | |
| enum | MyDateTime |
| Enum singleton working with date and time operations. More... | |
| class | MyDateTimeUTest |
| enum | MyRegex |
| Utility class for managing and validating text against precompiled regular expressions. More... | |
| enum | PathValidator |
| Centralized validator for file system paths. More... | |
| enum | SecureRandomGenerator |
Utility enum for generating secure random numbers using Java's SecureRandom class. More... | |
| class | SpringContextInitializer |
| Manages asynchronous initialization of the Spring application context via JavaFX Tasks, providing methods to create and run these tasks in background threads. More... | |
Functions | |
| record | ImageMeta (int width, int height, double scaleFactor) |
| Represents basic metadata of an image (width, height) along with the scale factor needed to fit the image into the target grid pane. | |
| record fr.softsf.sudokufx.common.util.ImageMeta | ( | int | width, |
| int | height, | ||
| double | scaleFactor ) |
Represents basic metadata of an image (width, height) along with the scale factor needed to fit the image into the target grid pane.