SEdit.Graphics
Class Afficheur

java.lang.Object
  extended by SEdit.Graphics.Afficheur

public class Afficheur
extends java.lang.Object

CLASSE Afficheur


Constructor Summary
Afficheur()
           
 
Method Summary
static void Afficher_chiffre(java.awt.Graphics g, int a, int x, int y, int chiffre)
           
static void Afficher_nombre(java.awt.Graphics g, int a, int x, int y, int nombre)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Afficheur

public Afficheur()
Method Detail

Afficher_chiffre

public static void Afficher_chiffre(java.awt.Graphics g,
                                    int a,
                                    int x,
                                    int y,
                                    int chiffre)

Afficher_nombre

public static void Afficher_nombre(java.awt.Graphics g,
                                   int a,
                                   int x,
                                   int y,
                                   int nombre)


Copyright © Madkit Team (O. Gutknecht, J. Ferber, F. Michel et al.) All Rights Reserved.