All Downloads are FREE. Search and download functionalities are using the official Maven repository.

.colormap.0.9.61.source-code.module-info Maven / Gradle / Ivy

There is a newer version: 0.9.511
Show newest version
/**
 * A colormap module to provide the easy construction of linear and categorical colormaps.
 */
module net.mahdilamb.colormap {
    requires java.desktop;
    exports net.mahdilamb.colormap;
    exports net.mahdilamb.colormap.reference;
    exports net.mahdilamb.colormap.reference.cyclic;
    exports net.mahdilamb.colormap.reference.diverging;
    exports net.mahdilamb.colormap.reference.qualitative;
    exports net.mahdilamb.colormap.reference.sequential;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy