public class SignStatusRecord
extends java.lang.Object
Constructor and Description |
---|
SignStatusRecord(AnimationScan scan)
Constructor, establishing the scan and dummy initial values.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
gloss()
Returns the sign's gloss string.
|
AnimationScan |
scan()
Returns the assocaited animation scanner.
|
int |
sign()
Returns the sign index value.
|
int |
signLimit()
Returns the sign index limit value for the associated scanner.
|
void |
update()
Updates this status record from its scan.
|
void |
update(int s,
java.lang.String glss)
Updates this status record with the given values.
|
public SignStatusRecord(AnimationScan scan)
public void update(int s, java.lang.String glss)
public void update()
public AnimationScan scan()
public int sign()
public int signLimit()
public java.lang.String gloss()