Package colormap

Examples of colormap.Colormap


    private ArrayList<Segment> iso2;
    private ArrayList<Segment> iso3;
    private ArrayList<ArrayList<Segment>> isos2;
    private ArrayList<ArrayList<Segment>> isos3;
    public DonneesAgreg(){
        this.colormap = new Colormap();
        this.donneesGeo = new ArrayList<DonneesGeo>();
        this.donneesGeoInterp = new ArrayList<DonneesGeo>();
        iso1 = new ArrayList<>();
        iso2 = new ArrayList<>();
        iso3 = new ArrayList<>();
View Full Code Here

TOP

Related Classes of colormap.Colormap

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.