player
Class SignStatusRecord

java.lang.Object
  extended by player.SignStatusRecord

public class SignStatusRecord
extends java.lang.Object

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

SignStatusRecord

public SignStatusRecord(AnimationScan scan)
Constructor, establishing the scan and dummy initial values.

Method Detail

update

public void update(int s,
                   java.lang.String glss)
Updates this status record with the given values.


update

public void update()
Updates this status record from its scan.


scan

public AnimationScan scan()
Returns the assocaited animation scanner.


sign

public int sign()
Returns the sign index value.


signLimit

public int signLimit()
Returns the sign index limit value for the associated scanner.


gloss

public java.lang.String gloss()
Returns the sign's gloss string.