Util
Interface WordMoleScorebar

All Known Implementing Classes:
PlayerScorebar, Scorebar

public interface WordMoleScorebar


Field Summary
static java.awt.Color RED
           
 
Method Summary
 int getMaximum()
           
 int getValue()
           
 void paintComponent(java.awt.Graphics g)
           
 void setMaximum(int max)
           
 void setValue(int value)
           
 

Field Detail

RED

static final java.awt.Color RED
Method Detail

setValue

void setValue(int value)

getValue

int getValue()

setMaximum

void setMaximum(int max)

getMaximum

int getMaximum()

paintComponent

void paintComponent(java.awt.Graphics g)