All Packages Class Hierarchy This Package Previous Next Index
Class demo.jcsp.AutoStereoGram
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----java.applet.Applet
|
+----jcsp.awt.ActiveApplet
|
+----demo.jcsp.AutoStereoGram
- public class AutoStereoGram
- extends ActiveApplet
Applet
Process Diagram
External View
________________
| |
| AutoStereoGram |
|________________|
Internal View
________________________________________
| _______________________ |
| rawImage | | |
| +----<----| SingleLineImageOutput | |
| | |_______________________| |
| v |
| | _________________________ |
| | | | |
| +->-| AutoStereoGramGenerator |->-+ |
| | |_________________________| | |
| v v |
| | _________________________ | |
| | | | | |
| +->-| AutoStereoGramGenerator |->-+ |
| | |_________________________| | |
| v v |
| | _________________________ | |
| | | | | |
| +->-| AutoStereoGramGenerator |->-+ |
| | |_________________________| | |
| v v |
| | _________________________ | |
| | | | | |
| +->-| AutoStereoGramGenerator |->-+ |
| |_________________________| | |
| v |
| _____________________ | |
| | | | |
| | ActiveImageProducer |-----<-----+ |
| |_____________________| processedImage |
| |
| AutoStereoGram |
|________________________________________|
Description
The AutoStereoGram applet generates an random dot AutoStereoGram from
the depthmap in the file specified as the image parameter to the applet.
- Author:
- P.D.Austin
-
AutoStereoGram()
-
-
init()
- Initialise the Applet.
-
paint(Graphics)
- paints the Applet.
-
update(Graphics)
- updates the Applet.
AutoStereoGram
public AutoStereoGram()
init
public void init()
- Initialise the Applet.
- Overrides:
- init in class Applet
paint
public void paint(Graphics g)
- paints the Applet.
- Overrides:
- paint in class Container
update
public void update(Graphics g)
- updates the Applet.
- Overrides:
- update in class Container
All Packages Class Hierarchy This Package Previous Next Index