Games\GamesByEmail.js
GamesByEmail
Object
All Implemented Interfaces:
GamesByEmail.LogSettings
implementsFoundation.Class
Log settings...
Constructor Summary |
|
Enum Summary | |
static | COLOR
Available values for the
color property. |
static | FORMAT
Available values for the
format property. |
static | NUMBER_VALIGN
Available values for the
numberVAlign property. |
static | PLACEMENT
Available values for the
placement property. |
static | PROCESSING
Available values for the
processing property. |
Field Summary | |
| color
The color, defaults to BY_TEAM.
|
| format
The format, defaults to ROW_BY_ROUND.
|
| numberVAlign
The valign, defaults to TOP.
|
| placement
The placement, defaults to RIGHT.
|
| processing
The processing, defaults to WHEN_RECEIVED.
|
Method Summary |
Methods inherited from Foundation.Class |
getTypePath , isInstanceOf |
Constructor Detail |
GamesByEmail.LogSettings()
Enum Detail |
static COLOR
Available values for the color
property.
NONE -Do not color the move text.
BY_TEAM -Color the move text based on the moving team's log font color.
static FORMAT
Available values for the format
property.
ROW_BY_ROUND -Moves from the first player to the last player will remain on the same row.
ROW_BY_TURN -All moves for the same turn will remain on the same row.
ROW_BY_MOVE -Each move will be on its own row.
FREE_FORM -Rows are not used to display the moves.
static NUMBER_VALIGN
Available values for the numberVAlign
property.
TOP -Align the move number to the top of the row.
MIDDLE -Align the move number to the middle of the row.
BOTTOM -Align the move number to the bottom of the row.
static PLACEMENT
Available values for the placement
property.
RIGHT -Show the move list to the right of the board in the log screen.
BOTTOM -Show the move list to the bottom of the board in the log screen.
BOTTOM_WITH_CONTROLS -
HALF_BOTTOM_WITH_CONTROLS -
static PROCESSING
Available values for the processing
property.
WHEN_RECEIVED -Process the entire log when the data is received.
ON_TIMER -Process the log one move at a time on a timer.
Field Detail |
COLOR
color
The color, defaults to BY_TEAM.
FORMAT
format
The format, defaults to ROW_BY_ROUND.
NUMBER_VALIGN
numberVAlign
The valign, defaults to TOP.
PLACEMENT
placement
The placement, defaults to RIGHT.
PROCESSING
processing
The processing, defaults to WHEN_RECEIVED.