![]() |
SudokuFX
|
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... | |
| interface | FileSystemManager |
| Manages file system operations related to the application's data folder. More... | |
| class | FileSystemManagerUTest |
| class | ImageUtils |
| Utility class providing helper methods for common image-related operations in JavaFX. More... | |
| enum | MyDateTime |
| Enum singleton working with date and time operations. More... | |
| class | MyDateTimeUTest |
| 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.