Package it.unibo.alchemist.boundary.fxui.util
Types
Link copied to clipboard
Utilities for Canvas.
Link copied to clipboard
Simple factory that returns the DataFormat for the specified class.
Link copied to clipboard
Utility class for loading resources related to layout.
Link copied to clipboard
Utilties for threading under JavaFX.
Link copied to clipboard
Utilities for Point.
Link copied to clipboard
class RangedDoubleProperty @JvmOverloads constructor( name: String, initialValue: Double = 0.0, lowerBound: Double = -Double.MAX_VALUE, upperBound: Double = Double.MAX_VALUE) : DoublePropertyBase, Serializable
Content copied to clipboard
This DoubleProperty is designed to have a range for the wrapped value and to be serializable.
Link copied to clipboard
Utilities for Rectangle.
Link copied to clipboard
This utility class provides a working file loading everywhere in the project, and both in source running and jar running.
Link copied to clipboard
The class models a non-reusable GUI for simulation display.
Link copied to clipboard
Executes simulations locally with a JavaFX UI.