All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class lyon.Laser

java.lang.Object
   |
   +----java.util.Observable
           |
           +----futils.utils.Computation
                   |
                   +----lyon.Shape
                           |
                           +----lyon.Laser

class Laser
extends lyon.Shape

Variable Index

 o H
 o W

Constructor Index

 o Laser()

Method Index

 o change_config(double, double)
 o change_config(point)
 o compute_alpha_radians()
 o draw(Graphics)
 o NG()
 o print()
 o printNG()
 o update()

Variables

 o W
 double W
 o H
 double H

Constructors

 o Laser
 Laser()

Methods

 o print
 void print()
Overrides:
print in class lyon.Shape
 o printNG
 void printNG()
 o NG
 double NG()
 o compute_alpha_radians
 double compute_alpha_radians()
 o update
 void update()
 o change_config
 void change_config(double x,
                    double y)
 o change_config
 void change_config(lyon.point t)
 o draw
 void draw(java.awt.Graphics g)
Overrides:
draw in class lyon.Shape

All Packages  Class Hierarchy  This Package  Previous  Next  Index