All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class raul.SnowMan

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----raul.SnowMan

public class SnowMan
extends java.awt.Frame
implements java.lang.Runnable, java.awt.event.KeyListener, java.awt.event.WindowListener, java.awt.event.MouseListener, java.awt.event.MouseMotionListener

Variable Index

 o demo

Constructor Index

 o SnowMan()

Method Index

 o addCylinder(double, double, double, double, double, int)
 o addListeners()
 o addParalelipiped(double, double, double, double, double, double, int)
 o addSnowMan()
 o addSphere(double, double, double, double, int)
 o image3D()
 o image3D(Image, short[][])
 o initialize()
 o initialize(Image, short[][])
 o keyPressed(KeyEvent)
 o keyReleased(KeyEvent)
 o keyTyped(KeyEvent)
 o main(String[])
 o mouseClicked(MouseEvent)
 o mouseDragged(MouseEvent)
 o mouseEntered(MouseEvent)
 o mouseExited(MouseEvent)
 o mouseMoved(MouseEvent)
 o mousePressed(MouseEvent)
 o mouseReleased(MouseEvent)
 o paint(Graphics)
 o run()
 o start()
 o stop()
 o update(Graphics)
 o windowActivated(WindowEvent)
 o windowClosed(WindowEvent)
 o windowClosing(WindowEvent)
 o windowDeactivated(WindowEvent)
 o windowDeiconified(WindowEvent)
 o windowIconified(WindowEvent)
 o windowOpened(WindowEvent)

Variables

 o demo
 public raul.idx3d demo

Constructors

 o SnowMan
 public SnowMan()

Methods

 o main
 public static void main(java.lang.String args[])
 o image3D
 public static void image3D()
 o initialize
 public void initialize(java.awt.Image i,
                        short s[][])
 o image3D
 public static void image3D(java.awt.Image img,
                            short s[][])
 o addSphere
 public void addSphere(double xc,
                       double yc,
                       double zc,
                       double radius,
                       int texture)
 o addCylinder
 public void addCylinder(double xc,
                         double yc,
                         double zc,
                         double R,
                         double H,
                         int texture)
 o addParalelipiped
 public void addParalelipiped(double xc,
                              double yc,
                              double zc,
                              double W,
                              double L,
                              double H,
                              int texture)
 o initialize
 public void initialize()
 o addSnowMan
 public void addSnowMan()
 o paint
 public void paint(java.awt.Graphics gx)
Overrides:
paint in class java.awt.Container
 o start
 public void start()
 o stop
 public void stop()
 o run
 public void run()
 o update
 public void update(java.awt.Graphics g)
Overrides:
update in class java.awt.Container
 o addListeners
 public void addListeners()
 o keyTyped
 public void keyTyped(java.awt.event.KeyEvent e)
 o mousePressed
 public void mousePressed(java.awt.event.MouseEvent evt)
 o mouseReleased
 public void mouseReleased(java.awt.event.MouseEvent evt)
 o mouseDragged
 public void mouseDragged(java.awt.event.MouseEvent evt)
 o mouseMoved
 public void mouseMoved(java.awt.event.MouseEvent evt)
 o mouseClicked
 public void mouseClicked(java.awt.event.MouseEvent evt)
 o mouseEntered
 public void mouseEntered(java.awt.event.MouseEvent evt)
 o mouseExited
 public void mouseExited(java.awt.event.MouseEvent evt)
 o windowClosing
 public void windowClosing(java.awt.event.WindowEvent e)
 o windowClosed
 public void windowClosed(java.awt.event.WindowEvent e)
 o windowDeiconified
 public void windowDeiconified(java.awt.event.WindowEvent e)
 o windowIconified
 public void windowIconified(java.awt.event.WindowEvent e)
 o windowActivated
 public void windowActivated(java.awt.event.WindowEvent e)
 o windowDeactivated
 public void windowDeactivated(java.awt.event.WindowEvent e)
 o windowOpened
 public void windowOpened(java.awt.event.WindowEvent e)
 o keyPressed
 public void keyPressed(java.awt.event.KeyEvent e)
 o keyReleased
 public void keyReleased(java.awt.event.KeyEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index