Uses of Class
anl.aida.bubble.Bubble.State

Packages that use Bubble.State
anl.aida.bubble   
 

Uses of Bubble.State in anl.aida.bubble
 

Fields in anl.aida.bubble declared as Bubble.State
private  Bubble.State Bubble.state
           
 

Methods in anl.aida.bubble that return Bubble.State
 Bubble.State Bubble.getState()
           
static Bubble.State Bubble.State.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Bubble.State[] Bubble.State.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in anl.aida.bubble with parameters of type Bubble.State
 void Bubble.setState(Bubble.State state)