All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class raul.ObjectView

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----gui.ClosableFrame
                                           |
                                           +----gui.ShortCutFrame
                                                   |
                                                   +----gui.ImageFrame
                                                           |
                                                           +----raul.ObjectView

public class ObjectView
extends gui.ImageFrame
implements java.awt.event.MouseListener, java.awt.event.MouseMotionListener, java.awt.event.WindowListener

Variable Index

 o busy
 o hidden
 o index
 o maxObjects
 o maxTextures
 o mode
 o objects
 o projection
 o textures
 o view

Method Index

 o _1pointView()
 o _2pointView()
 o _3pointView()
 o actionPerformed(ActionEvent)
 o dimetricView()
 o isometricView()
 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 projectionEvent(ActionEvent)
 o trimetricView()
 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 objects
 public raul.Object3D objects[]
 o maxObjects
 public int maxObjects
 o textures
 public java.lang.String textures[]
 o maxTextures
 public int maxTextures
 o view
 public int view
 o projection
 public int projection
 o mode
 public int mode
 o index
 public int index
 o hidden
 public boolean hidden
 o busy
 public boolean busy

Methods

 o projectionEvent
 public void projectionEvent(java.awt.event.ActionEvent e)
 o trimetricView
 public void trimetricView()
 o dimetricView
 public void dimetricView()
 o isometricView
 public void isometricView()
 o _1pointView
 public void _1pointView()
 o _2pointView
 public void _2pointView()
 o _3pointView
 public void _3pointView()
 o actionPerformed
 public void actionPerformed(java.awt.event.ActionEvent e)
Overrides:
actionPerformed in class gui.ImageFrame
 o update
 public void update(java.awt.Graphics g)
Overrides:
update in class java.awt.Container
 o paint
 public void paint(java.awt.Graphics g)
Overrides:
paint in class gui.ImageFrame
 o mouseDragged
 public void mouseDragged(java.awt.event.MouseEvent e)
 o mouseReleased
 public void mouseReleased(java.awt.event.MouseEvent e)
 o mousePressed
 public void mousePressed(java.awt.event.MouseEvent e)
 o mouseExited
 public void mouseExited(java.awt.event.MouseEvent e)
 o mouseEntered
 public void mouseEntered(java.awt.event.MouseEvent e)
 o mouseClicked
 public void mouseClicked(java.awt.event.MouseEvent e)
 o mouseMoved
 public void mouseMoved(java.awt.event.MouseEvent e)
 o windowClosing
 public void windowClosing(java.awt.event.WindowEvent e)
Overrides:
windowClosing in class gui.ClosableFrame
 o windowClosed
 public void windowClosed(java.awt.event.WindowEvent e)
Overrides:
windowClosed in class gui.ClosableFrame
 o windowDeiconified
 public void windowDeiconified(java.awt.event.WindowEvent e)
Overrides:
windowDeiconified in class gui.ClosableFrame
 o windowIconified
 public void windowIconified(java.awt.event.WindowEvent e)
Overrides:
windowIconified in class gui.ClosableFrame
 o windowActivated
 public void windowActivated(java.awt.event.WindowEvent e)
Overrides:
windowActivated in class gui.ClosableFrame
 o windowDeactivated
 public void windowDeactivated(java.awt.event.WindowEvent e)
Overrides:
windowDeactivated in class gui.ClosableFrame
 o windowOpened
 public void windowOpened(java.awt.event.WindowEvent e)
Overrides:
windowOpened in class gui.ClosableFrame

All Packages  Class Hierarchy  This Package  Previous  Next  Index