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

eu.hansolo.fx.countries.tools.Mapping Maven / Gradle / Ivy

Go to download

Countries is a JavaFX library containing controls and info for countries and cities

There is a newer version: 21.0.3
Show newest version
package eu.hansolo.fx.countries.tools;

import javafx.scene.paint.LinearGradient;
import javafx.scene.paint.Stop;


public interface Mapping {
    Stop[] getStops();

    LinearGradient getGradient();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy