A B C E G H I K L M N P Q R S T U V

K

King - Class in model.pieces
Represents the King piece
King(String, boolean, Icon) - Constructor for class model.pieces.King
constructor: Constructs a new King piece, with color based on the parameter z(white for true, black for false) and name based on the parameter x and the Icon(parameter r).
KingTest - Class in model.pieces
 
KingTest() - Constructor for class model.pieces.KingTest
 
Knight - Class in model.pieces
Represents the Knight piece
Knight(String, boolean, Icon) - Constructor for class model.pieces.Knight
constructor: Constructs a new Knight piece, with color based on the parameter z(white for true, black for false) and name based on the parameter x and the Icon(parameter r).
KnightTest - Class in model.pieces
 
KnightTest() - Constructor for class model.pieces.KnightTest
 

A B C E G H I K L M N P Q R S T U V