.heatmap.21.0.9.source-code.module-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of heatmap Show documentation
Show all versions of heatmap Show documentation
A simple JavaFX heatmap implementation
module eu.hansolo.fx.heatmap {
// Java
requires java.base;
// Java-FX
requires javafx.base;
requires javafx.graphics;
requires javafx.controls;
requires javafx.swing;
// 3rd Party
requires transitive eu.hansolo.toolboxfx;
opens eu.hansolo.fx.heatmap to eu.hansolo.toolboxfx;
exports eu.hansolo.fx.heatmap;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy