Uses of Class
graphics.FallingText

Packages that use FallingText
graphics   
 

Uses of FallingText in graphics
 

Fields in graphics with type parameters of type FallingText
(package private)  ArrayList<FallingText> GraphicsFacade.loginQueue
           
 

Methods in graphics that return types with arguments of type FallingText
 ArrayList<FallingText> GraphicsFacade.getLoginQueue()
          Returns the representation of names to be displayed in the welcome message.
 

Method parameters in graphics with type arguments of type FallingText
 void GraphicsFacade.setLoginQueue(ArrayList<FallingText> loginQueue)