Uses of Class
utils.GlobalLists

Packages that use GlobalLists
parser   
ui   
 

Uses of GlobalLists in parser
 

Constructors in parser with parameters of type GlobalLists
ColorParser(GlobalLists globallists)
           
MapParser(GlobalLists globallists)
           
MaterialParser(GlobalLists globallists)
           
PainterParser(GlobalLists globallists)
           
Parser(GlobalLists globallists)
           
SceneParser(Scene scene, GlobalLists globallists)
           
 

Uses of GlobalLists in ui
 

Constructors in ui with parameters of type GlobalLists
Canvas(int width, int height, GlobalLists glists, java.lang.String fileName)
          Creates and displays a canvas for drawing.