|
|||||||||
| 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.HeaderPrinter
Prints an HTML header for a chess game.
the source here.| Inner classes inherited from class com.editev.chess.Chess |
Chess.Black,
Chess.White |
| Field Summary | |
Printer |
javascript
Print the Javascript definitions, if any. |
Printer |
refresh
Print the refresh header, if any. |
Printer |
styleSheet
Print the style sheets, if any. |
| Fields inherited from class com.editev.chess.Chess |
BLACK,
NO_MOVE,
NO_PIECE,
WHITE |
| Constructor Summary | |
HeaderPrinter()
|
|
| Method Summary | |
void |
print(GameHTML game)
Prints just the HTML header. |
| 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 Printer javascript
public Printer styleSheet
public Printer refresh
| Constructor Detail |
public HeaderPrinter()
| 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 | ||||||||