sims.ihm
Interface GraphicValues

All Known Implementing Classes:
Commandes, CreditWindow, HelpWindow, JGraph2D, MainWindow, SimStart, Simulation, TapeEditor, TapeUpdate, TmLauncher, TuringView

public interface GraphicValues


Field Summary
static int CELL_SIZE
           
static int CMD_BUTTON_HEIGHT
           
static int CMD_BUTTON_WIDTH
           
static int COMMANDS_HEIGHT
           
static int COMMANDS_WIDTH
           
static int CRED_HEIGHT
           
static int CRED_WIDTH
           
static java.awt.Font CRS
           
static int EDIT_HEIGHT
           
static int EDIT_WIDTH
           
static int EDIT_X
           
static int EDIT_Y
           
static int GRAPH_HEIGHT
           
static int GRAPH_WIDTH
           
static int HELP_HEIGHT
           
static int HELP_WIDTH
           
static int LAST_CELL
           
static int MAIN_HEIGHT
           
static int MAIN_WIDTH
           
static int MESS_HEIGHT
           
static int MESS_WIDTH
           
static java.lang.String METAL_LAF
           
static java.lang.String MOTIF_LAF
           
static java.awt.Font POLICE
           
static java.awt.Font POLIZEI
           
static int TAILLE_BARRE_TACHE
           
static int TAPE_SIZE
           
static int TAPES_SPACE
           
static int TMODIF_HEIGH
           
static int TMODIF_WIDTH
           
static int TUPDT_HEIGHT
           
static int TUPDT_WIDTH
           
static int VIEW_HEIGHT
           
static int VIEW_WIDTH
           
 

Field Detail

TAPE_SIZE

static final int TAPE_SIZE
See Also:
Constant Field Values

CELL_SIZE

static final int CELL_SIZE
See Also:
Constant Field Values

TAPES_SPACE

static final int TAPES_SPACE
See Also:
Constant Field Values

VIEW_WIDTH

static final int VIEW_WIDTH
See Also:
Constant Field Values

VIEW_HEIGHT

static final int VIEW_HEIGHT
See Also:
Constant Field Values

LAST_CELL

static final int LAST_CELL

COMMANDS_WIDTH

static final int COMMANDS_WIDTH
See Also:
Constant Field Values

COMMANDS_HEIGHT

static final int COMMANDS_HEIGHT
See Also:
Constant Field Values

CMD_BUTTON_WIDTH

static final int CMD_BUTTON_WIDTH
See Also:
Constant Field Values

CMD_BUTTON_HEIGHT

static final int CMD_BUTTON_HEIGHT
See Also:
Constant Field Values

MAIN_WIDTH

static final int MAIN_WIDTH
See Also:
Constant Field Values

MAIN_HEIGHT

static final int MAIN_HEIGHT
See Also:
Constant Field Values

HELP_WIDTH

static final int HELP_WIDTH
See Also:
Constant Field Values

HELP_HEIGHT

static final int HELP_HEIGHT
See Also:
Constant Field Values

TUPDT_WIDTH

static final int TUPDT_WIDTH
See Also:
Constant Field Values

TUPDT_HEIGHT

static final int TUPDT_HEIGHT
See Also:
Constant Field Values

TMODIF_WIDTH

static final int TMODIF_WIDTH
See Also:
Constant Field Values

TMODIF_HEIGH

static final int TMODIF_HEIGH
See Also:
Constant Field Values

EDIT_X

static final int EDIT_X
See Also:
Constant Field Values

EDIT_Y

static final int EDIT_Y
See Also:
Constant Field Values

EDIT_WIDTH

static final int EDIT_WIDTH
See Also:
Constant Field Values

EDIT_HEIGHT

static final int EDIT_HEIGHT
See Also:
Constant Field Values

MESS_WIDTH

static final int MESS_WIDTH
See Also:
Constant Field Values

MESS_HEIGHT

static final int MESS_HEIGHT
See Also:
Constant Field Values

CRED_WIDTH

static final int CRED_WIDTH
See Also:
Constant Field Values

CRED_HEIGHT

static final int CRED_HEIGHT
See Also:
Constant Field Values

GRAPH_WIDTH

static final int GRAPH_WIDTH
See Also:
Constant Field Values

GRAPH_HEIGHT

static final int GRAPH_HEIGHT
See Also:
Constant Field Values

TAILLE_BARRE_TACHE

static final int TAILLE_BARRE_TACHE
See Also:
Constant Field Values

POLICE

static final java.awt.Font POLICE

CRS

static final java.awt.Font CRS

POLIZEI

static final java.awt.Font POLIZEI

METAL_LAF

static final java.lang.String METAL_LAF
See Also:
Constant Field Values

MOTIF_LAF

static final java.lang.String MOTIF_LAF
See Also:
Constant Field Values