|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectplayer.SignStatusRecord
public class SignStatusRecord
Cache for status information about a sign associated with a scan.
| Constructor Summary | |
|---|---|
SignStatusRecord(AnimationScan scan)
Constructor, establishing the scan and dummy initial values. |
|
| Method Summary | |
|---|---|
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, if possible. |
void |
update(int s,
java.lang.String glss)
Updates this status record with the given values. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SignStatusRecord(AnimationScan scan)
| Method Detail |
|---|
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()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||