SEdit.Graphics
Class Afficheur

java.lang.Object
  extended bySEdit.Graphics.Afficheur

public class Afficheur
extends Object

CLASSE Afficheur


Constructor Summary
Afficheur()
           
 
Method Summary
static void Afficher_chiffre(Graphics g, int a, int x, int y, int chiffre)
           
static void Afficher_nombre(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(Graphics g,
                                    int a,
                                    int x,
                                    int y,
                                    int chiffre)

Afficher_nombre

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


Copyright © J. Ferber, O. Gutknecht All Rights Reserved.