| Modifier and Type | Field and Description |
|---|---|
static IResult |
DEFEAT
Defeat.
|
static IResult |
TIE
Tie.
|
static IResult |
UNKNOWN
Unknown.
|
static java.util.List<IResult> |
VALUE_LIST
An unmodifiable list of all the results.
|
static IResult |
VICTORY
Victory.
|
| Modifier and Type | Method and Description |
|---|---|
char |
getLetter()
Returns the result letter (first character of the English name except
'-' for UNKNOWN). |
<T extends IResult & java.lang.Comparable<T>> |
getTableIcon()
Returns an icon for tables.
|
static final IResult UNKNOWN
static final IResult VICTORY
static final IResult DEFEAT
static final IResult TIE
static final java.util.List<IResult> VALUE_LIST
char getLetter()
'-' for UNKNOWN).'-' for UNKNOWN)<T extends IResult & java.lang.Comparable<T>> ITableIcon<T> getTableIcon()
T - type parameter specifying the requirements for ITableIcon
This API documentation is public and is intended for / allowed to be used by anyone.
Scelight home page: https://sites.google.com/site/scelight/
Scelight is a trademark of András Belicza. Copyright © András Belicza, 2013-2015. All rights reserved.