Uses of Package
org.rr0.is.presentation.view.report.applet.draw

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

Classes in org.rr0.is.presentation.view.report.applet.draw used by %2% org.rr0.is.presentation.view.report.applet
AspectPanel
          GUI to parameterize the aspect of a UFO shape.
AspectPanel.ShapesCanvas
          
DrawShapeButton
          A on/off button that displays a Shape.
This class is implemented to be usable in Java 1.1 applets, and so follows an AWT-only requirement
(no Swing, Java2D, geom, or Java 2 feature)
Because of the graphics to be drawn on it, this button inherits from java.awt.Canvas and not from java.awt.Button
(of which the peer cannot be overwritten on every platform)
ShapesCanvas.ShapesCanvasListener
          
 

Classes in org.rr0.is.presentation.view.report.applet.draw used by %2% org.rr0.is.presentation.view.report.applet.draw
AnimationListener
          
ArcShape
          
DrawController
          Handles drawing events to update a DrawView and a DrawModel accordingly.
DrawEvent
          An event on a shape from a given source.
DrawListener
          
DrawModel
          Model of a set of DrawEvents, i.e. shapes at given positions and configuration (size, color) at multiple times.
DrawSelection
          A selection of DrawEvents.
DrawView
          The displayed applet area.
OvalShape
          
PathShape
          
PolygonShape
          
RectangleShape
          
 

Classes in org.rr0.is.presentation.view.report.applet.draw used by %2% org.rr0.is.presentation.view.report.applet.sky
SkyController
          
SkyModel
          Model of a sky at a given date, location (latitude+longitude), azimut and altitude.
SkyView
          Graphical view of the sky
 

Classes in org.rr0.is.presentation.view.report.applet.draw used by %2% org.rr0.is.presentation.view.report.applet.ufo
CircleShape
          
UFOController