org.gChess
Class R.drawable

java.lang.Object
  extended by org.gChess.R.drawable
Enclosing class:
R

public static final class R.drawable
extends java.lang.Object


Field Summary
static int black_bishop
           
static int black_king
           
static int black_knight
           
static int black_pawn
           
static int black_queen
           
static int black_rook
           
static int icon
           
static int white_bishop
           
static int white_king
           
static int white_knight
           
static int white_pawn
           
static int white_queen
           
static int white_rook
           
 
Constructor Summary
R.drawable()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

black_bishop

public static final int black_bishop
See Also:
Constant Field Values

black_king

public static final int black_king
See Also:
Constant Field Values

black_knight

public static final int black_knight
See Also:
Constant Field Values

black_pawn

public static final int black_pawn
See Also:
Constant Field Values

black_queen

public static final int black_queen
See Also:
Constant Field Values

black_rook

public static final int black_rook
See Also:
Constant Field Values

icon

public static final int icon
See Also:
Constant Field Values

white_bishop

public static final int white_bishop
See Also:
Constant Field Values

white_king

public static final int white_king
See Also:
Constant Field Values

white_knight

public static final int white_knight
See Also:
Constant Field Values

white_pawn

public static final int white_pawn
See Also:
Constant Field Values

white_queen

public static final int white_queen
See Also:
Constant Field Values

white_rook

public static final int white_rook
See Also:
Constant Field Values
Constructor Detail

R.drawable

public R.drawable()