Uses of Class
main.AppletParameters

Packages that use AppletParameters
gui Contains the classes, which are responsible for the Graphical User Interface, and which handle the user input. 
 

Uses of AppletParameters in gui
 

Fields in gui declared as AppletParameters
(package private)  AppletParameters ControlPanel.appletparameter
          Managing the input of the parameters from the html-side
 

Constructors in gui with parameters of type AppletParameters
ControlPanel(int drawboardsize, java.awt.Image buffer, java.awt.Graphics2D backg, Parameter param, AbstractCrystal[] allCrystals, AppletParameters appletparameter, ImagePanel bild)
          Building the control panel.