inmath-lib-plot-extensions.0.5.1.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 finmath-lib-plot-extensions Show documentation
Show all versions of finmath-lib-plot-extensions Show documentation
finmath lib plot extensions provide convenient
plotting methods by providing consistent wrappers
to plot libraries (like JFreeChart or JavaFX).
The newest version!
module net.finmath.plots {
exports net.finmath.plots;
exports net.finmath.plots.axis;
exports net.finmath.plots.demo;
exports net.finmath.plots.jfreechart;
requires transitive net.finmath.lib;
requires javafx.controls;
requires javafx.base;
requires transitive javafx.graphics;
requires transitive javafx.swing;
requires org.apache.commons.lang3;
requires org.jfree.jfreechart;
requires commons.math3;
requires batik.all;
requires fop.core;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy