|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of LogEntry in <Unnamed> |
---|
Methods in <Unnamed> that return LogEntry | |
---|---|
LogEntry |
Playback.moveToNextEntry()
Returns a LogEntry of the next entry in the Playback.moveList . |
LogEntry |
Playback.moveToPreviousEntry()
Returns a LogEntry of the previous entry in the Playback.moveList . |
Methods in <Unnamed> with parameters of type LogEntry | |
---|---|
private java.lang.String |
Playback.getPreviousMoveTime(LogEntry cur)
Takes a log entry and generates a string representing the previous move time. |
private java.lang.String |
Playback.getTotalTime(LogEntry cur)
Takes a log entry and generates a string representing the elapsed time. |
void |
Playback.processEntry(LogEntry cur)
This takes a LogEntry and first checks the type
of entry it is followed by performing that entry. |
private void |
Record.setTimes(LogEntry theMove)
Generates the elapsed time and previous move time then sets them for the passed in LogEntry . |
private void |
Playback.undoEntry(LogEntry cur)
This takes a LogEntry and first checks the type
of entry it is followed by executing the reverse of that entry. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |