|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.editev.chess.Chess
|
+--com.editev.chess.printer.Printer
|
+--com.editev.chess.printer.PagePrinter
Prints an HTML page representing a chess game.
the source here.| Inner classes inherited from class com.editev.chess.Chess |
Chess.Black,
Chess.White |
| Field Summary | |
static Printer |
bodyPrinter
|
static java.lang.String |
DOCTYPE_STRING
|
static Printer |
headerPrinter
|
| Fields inherited from class com.editev.chess.Chess |
BLACK,
NO_MOVE,
NO_PIECE,
WHITE |
| Constructor Summary | |
PagePrinter()
|
|
| Method Summary | |
void |
print(GameHTML game)
Print an entire HTML page representing a Game. |
| Methods inherited from class com.editev.chess.printer.Printer |
eval |
| Methods inherited from class com.editev.chess.Chess |
notColor,
toColor,
toColor,
toColorName |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
public static final java.lang.String DOCTYPE_STRING
public static Printer headerPrinter
public static Printer bodyPrinter
| Constructor Detail |
public PagePrinter()
| Method Detail |
public void print(GameHTML game)
game - the GameHTML with the board status and PrintStream for this board.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||