Uses of Class
org.rr0.is.presentation.view.report.applet.draw.DrawModel

Packages that use DrawModel
org.rr0.is.presentation.view.report.applet.draw 
org.rr0.is.presentation.view.report.applet.sky 

Uses of DrawModel in org.rr0.is.presentation.view.report.applet.draw
 

Fields in org.rr0.is.presentation.view.report.applet.draw declared as DrawModel
protected DrawModelDrawController.model
          
 

Constructors in org.rr0.is.presentation.view.report.applet.draw with parameters of type DrawModel
DrawController.DrawController(DrawView view, DrawModel model, int samplingRate, Locale locale)
          
 

Uses of DrawModel in org.rr0.is.presentation.view.report.applet.sky
 

Subclasses of DrawModel in org.rr0.is.presentation.view.report.applet.sky
class SkyModel
          Model of a sky at a given date, location (latitude+longitude), azimut and altitude.
 

Constructors in org.rr0.is.presentation.view.report.applet.sky with parameters of type DrawModel
SkyController.SkyController(DrawModel model, DrawView view, Locale locale, int samplingRate, URL documentBase)