Package model

Examples of model.Line


    g.setColor(new Color(0xFF, 0x0, 0x0));

    Station stations[] = controller.getStations();
    int size = stations.length;

    Line lines[] = controller.getLines();
    int lsize = lines.length;

    taille = Math.min(x, y) / 100;

    // En cas d'action sur la molette de la souris, actualise l'affichage
View Full Code Here

TOP

Related Classes of model.Line

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.