Uses of Class
uavsim.graphics.instruments.stallenunciator.StallEnunciator.E_StallState

Packages that use StallEnunciator.E_StallState
uavsim.graphics.instruments.stallenunciator Provides... 
uavsim.graphics.instruments.stallenunciator.test   
 

Uses of StallEnunciator.E_StallState in uavsim.graphics.instruments.stallenunciator
 

Fields in uavsim.graphics.instruments.stallenunciator declared as StallEnunciator.E_StallState
private  StallEnunciator.E_StallState StallEnunciator._state
          the stall state
 

Methods in uavsim.graphics.instruments.stallenunciator that return StallEnunciator.E_StallState
 StallEnunciator.E_StallState StallEnunciator.getState()
          Gets the stall state.
static StallEnunciator.E_StallState StallEnunciator.E_StallState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static StallEnunciator.E_StallState[] StallEnunciator.E_StallState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in uavsim.graphics.instruments.stallenunciator with parameters of type StallEnunciator.E_StallState
 void StallEnunciator.update(StallEnunciator.E_StallState state)
          Updates the state of the instrument without rendering it.
 

Uses of StallEnunciator.E_StallState in uavsim.graphics.instruments.stallenunciator.test
 

Fields in uavsim.graphics.instruments.stallenunciator.test declared as StallEnunciator.E_StallState
private  StallEnunciator.E_StallState StallEnunciatorTest._stallState
          the stall state