All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class lyon.Wedge

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

class Wedge
extends lyon.Shape

Variable Index

 o laser

Constructor Index

 o Wedge()

Method Index

 o change_config(double, double)
 o change_config(point)
 o draw(Graphics)
 o print()

Variables

 o laser
 lyon.Laser laser

Constructors

 o Wedge
 Wedge()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index