All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class lyon.LaserWedgeLine

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

class LaserWedgeLine
extends lyon.Shape

Variable Index

 o laser
 o rotation
 o wedge

Constructor Index

 o LaserWedgeLine(Laser, Wedge)

Method Index

 o draw(Graphics)
 o p1()
 o p2()

Variables

 o laser
 lyon.Laser laser
 o wedge
 lyon.Wedge wedge
 o rotation
 observers.ObservableDouble rotation

Constructors

 o LaserWedgeLine
 LaserWedgeLine(lyon.Laser l,
                lyon.Wedge w)

Methods

 o p1
 lyon.point p1()
 o p2
 lyon.point p2()
 o draw
 void draw(java.awt.Graphics g)
Overrides:
draw in class lyon.Shape

All Packages  Class Hierarchy  This Package  Previous  Next  Index