File: Games\GamesByEmail.js

GamesByEmail
Class LogSettings

Object
  
 
 
GamesByEmail.LogSettings

All Implemented Interfaces:

Class


GamesByEmail.LogSettings

implements Foundation.Class

Log settings...


Constructor Summary
GamesByEmail.LogSettings()

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
COLORcolor
The color, defaults to BY_TEAM.
FORMATformat
The format, defaults to ROW_BY_ROUND.
NUMBER_VALIGNnumberVAlign
The valign, defaults to TOP.
PLACEMENTplacement
The placement, defaults to RIGHT.
PROCESSINGprocessing
The processing, defaults to WHEN_RECEIVED.

Method Summary

Methods inherited from Foundation.Class
getTypePath, isInstanceOf

Constructor Detail

LogSettings

GamesByEmail.LogSettings()

Enum Detail

COLOR

static COLOR

Available values for the color property.

Values:
NONE - 
Do not color the move text.
BY_TEAM - 
Color the move text based on the moving team's log font color.

FORMAT

static FORMAT

Available values for the format property.

Values:
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.

NUMBER_VALIGN

static NUMBER_VALIGN

Available values for the numberVAlign property.

Values:
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.

PLACEMENT

static PLACEMENT

Available values for the placement property.

Values:
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 - 


PROCESSING

static PROCESSING

Available values for the processing property.

Values:
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 color

The color, defaults to BY_TEAM.


format

FORMAT format

The format, defaults to ROW_BY_ROUND.


numberVAlign

NUMBER_VALIGN numberVAlign

The valign, defaults to TOP.


placement

PLACEMENT placement

The placement, defaults to RIGHT.


processing

PROCESSING processing

The processing, defaults to WHEN_RECEIVED.