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
-
busy
-
-
hidden
-
-
index
-
-
maxObjects
-
-
maxTextures
-
-
mode
-
-
objects
-
-
projection
-
-
textures
-
-
view
-
-
_1pointView()
-
-
_2pointView()
-
-
_3pointView()
-
-
actionPerformed(ActionEvent)
-
-
dimetricView()
-
-
isometricView()
-
-
mouseClicked(MouseEvent)
-
-
mouseDragged(MouseEvent)
-
-
mouseEntered(MouseEvent)
-
-
mouseExited(MouseEvent)
-
-
mouseMoved(MouseEvent)
-
-
mousePressed(MouseEvent)
-
-
mouseReleased(MouseEvent)
-
-
paint(Graphics)
-
-
projectionEvent(ActionEvent)
-
-
trimetricView()
-
-
update(Graphics)
-
-
windowActivated(WindowEvent)
-
-
windowClosed(WindowEvent)
-
-
windowClosing(WindowEvent)
-
-
windowDeactivated(WindowEvent)
-
-
windowDeiconified(WindowEvent)
-
-
windowIconified(WindowEvent)
-
-
windowOpened(WindowEvent)
-
objects
public raul.Object3D objects[]
maxObjects
public int maxObjects
textures
public java.lang.String textures[]
maxTextures
public int maxTextures
view
public int view
projection
public int projection
mode
public int mode
index
public int index
hidden
public boolean hidden
busy
public boolean busy
projectionEvent
public void projectionEvent(java.awt.event.ActionEvent e)
trimetricView
public void trimetricView()
dimetricView
public void dimetricView()
isometricView
public void isometricView()
_1pointView
public void _1pointView()
_2pointView
public void _2pointView()
_3pointView
public void _3pointView()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Overrides:
- actionPerformed in class gui.ImageFrame
update
public void update(java.awt.Graphics g)
- Overrides:
- update in class java.awt.Container
paint
public void paint(java.awt.Graphics g)
- Overrides:
- paint in class gui.ImageFrame
mouseDragged
public void mouseDragged(java.awt.event.MouseEvent e)
mouseReleased
public void mouseReleased(java.awt.event.MouseEvent e)
mousePressed
public void mousePressed(java.awt.event.MouseEvent e)
mouseExited
public void mouseExited(java.awt.event.MouseEvent e)
mouseEntered
public void mouseEntered(java.awt.event.MouseEvent e)
mouseClicked
public void mouseClicked(java.awt.event.MouseEvent e)
mouseMoved
public void mouseMoved(java.awt.event.MouseEvent e)
windowClosing
public void windowClosing(java.awt.event.WindowEvent e)
- Overrides:
- windowClosing in class gui.ClosableFrame
windowClosed
public void windowClosed(java.awt.event.WindowEvent e)
- Overrides:
- windowClosed in class gui.ClosableFrame
windowDeiconified
public void windowDeiconified(java.awt.event.WindowEvent e)
- Overrides:
- windowDeiconified in class gui.ClosableFrame
windowIconified
public void windowIconified(java.awt.event.WindowEvent e)
- Overrides:
- windowIconified in class gui.ClosableFrame
windowActivated
public void windowActivated(java.awt.event.WindowEvent e)
- Overrides:
- windowActivated in class gui.ClosableFrame
windowDeactivated
public void windowDeactivated(java.awt.event.WindowEvent e)
- Overrides:
- windowDeactivated in class gui.ClosableFrame
windowOpened
public void windowOpened(java.awt.event.WindowEvent e)
- Overrides:
- windowOpened in class gui.ClosableFrame
All Packages Class Hierarchy This Package Previous Next Index