- main(String[]) - Static method in class morpheus_JOGL.Morpheus_JOGL_00_startup
-
Java environment probe application "main" method.
- main(String[]) - Static method in class morpheus_JOGL.Morpheus_JOGL_04_JFrame
-
- main(String[]) - Static method in class morpheus_JOGL.Morpheus_JOGL_dlg01_triangle
-
Local main function that allows the dialog to be run in standalone mode.
- main(String[]) - Static method in class morpheus_JOGL.Morpheus_JOGL_dlg02_color
-
Local main function that allows the dialog to be run in standalone mode.
- main(String[]) - Static method in class morpheus_JOGL.Morpheus_JOGL_dlg03_animation
-
Local main function that allows the dialog to be run in standalone mode.
- main(String[]) - Static method in class morpheus_JOGL.Morpheus_JOGL_dlg04_aspect
-
Local main function that allows the dialog to be run in standalone mode.
- main(String[]) - Static method in class morpheus_JOGL.Morpheus_JOGL_dlg05_cube
-
Local main function that allows the dialog to be run in standalone mode.
- main(String[]) - Static method in class morpheus_JOGL.Morpheus_JOGL_dlg06_mvpMx
-
Local main function that allows the dialog to be run in standalone mode.
- main(String[]) - Static method in class morpheus_JOGL.Morpheus_JOGL_dlg07_lighting
-
Local main function that allows the dialog to be run in standalone mode.
- main(String[]) - Static method in class morpheus_JOGL.Morpheus_JOGL_dlg08_surface
-
Local main function that allows the dialog to be run in standalone mode.
- main(String[]) - Static method in class morpheus_JOGL.Morpheus_JOGL_dlg09_text
-
Local main function that allows the dialog to be run in standalone mode.
- main(String[]) - Static method in class morpheus_JOGL.Morpheus_JOGL_dlg10_mouse
-
Local main function that allows the dialog to be run in standalone mode.
- main(String[]) - Static method in class morpheus_JOGL.Morpheus_JOGL_dlg11_points
-
Local main function that allows the dialog to be run in standalone mode.
- main(String[]) - Static method in class morpheus_JOGL.Morpheus_JOGL_dlg12_lines
-
Local main function that allows the dialog to be run in standalone mode.
- main(String[]) - Static method in class morpheus_JOGL.Morpheus_JOGL_dlg13_spheres
-
Local main function that allows the dialog to be run in standalone mode.
- main(String[]) - Static method in class morpheus_JOGL.Morpheus_JOGL_dlg14_rods
-
Local main function that allows the dialog to be run in standalone mode.
- main(String[]) - Static method in class morpheus_JOGL.Morpheus_JOGL_dlg15_image
-
Local main function that allows the dialog to be run in standalone mode.
- morpheus_JOGL - package morpheus_JOGL
-
- Morpheus_JOGL_00_startup - Class in morpheus_JOGL
-
Application startup class for Morpheus_JOGL.
- Morpheus_JOGL_00_startup() - Constructor for class morpheus_JOGL.Morpheus_JOGL_00_startup
-
- Morpheus_JOGL_01_Java - Class in morpheus_JOGL
-
Probe the Java environment and return results in single, newline-delimited
strings.
- Morpheus_JOGL_01_Java() - Constructor for class morpheus_JOGL.Morpheus_JOGL_01_Java
-
- Morpheus_JOGL_02_JOGL - Class in morpheus_JOGL
-
Test for opengl/JOGL and retrieve/set version information, if found.
- Morpheus_JOGL_03_Java3D - Class in morpheus_JOGL
-
Test for Java3D library and retrieve/set version information, if found.
- Morpheus_JOGL_04_JFrame - Class in morpheus_JOGL
-
Program window for Morpheus_JOGL.
- Morpheus_JOGL_04_JFrame(Morpheus_JOGL_01_Java) - Constructor for class morpheus_JOGL.Morpheus_JOGL_04_JFrame
-
Creates new Morpheus_JOGL_JFrame.
- Morpheus_JOGL_dlg01_triangle - Class in morpheus_JOGL
-
A dialog in which an OpenGL component is created and used to draw a simple
triangle.
- Morpheus_JOGL_dlg01_triangle(Frame, boolean) - Constructor for class morpheus_JOGL.Morpheus_JOGL_dlg01_triangle
-
Creates a new Morpheus_JOGL_dlg01_triangle dialog.
- Morpheus_JOGL_dlg02_color - Class in morpheus_JOGL
-
Morpheus_JOGL_dlg02_color adds color to the triangle and background drawn in
Morpheus_JOGL_dlg01_triangle.
- Morpheus_JOGL_dlg02_color(Frame, boolean) - Constructor for class morpheus_JOGL.Morpheus_JOGL_dlg02_color
-
Creates a new Morpheus_JOGL_dlg02_color dialog.
- Morpheus_JOGL_dlg03_animation - Class in morpheus_JOGL
-
Morpheus_JOGL_dlg03_animation introduces animation.
- Morpheus_JOGL_dlg03_animation(Frame, boolean) - Constructor for class morpheus_JOGL.Morpheus_JOGL_dlg03_animation
-
Creates a new Morpheus_JOGL_dlg03_animation dialog.
- Morpheus_JOGL_dlg04_aspect - Class in morpheus_JOGL
-
Morpheus_JOGL_dlg04_aspect introduces a correction for the window aspect.
- Morpheus_JOGL_dlg04_aspect(Frame, boolean) - Constructor for class morpheus_JOGL.Morpheus_JOGL_dlg04_aspect
-
Creates a new Morpheus_JOGL_dlg04_aspect dialog that adds a correction to
maintain the data aspect ratio regardless of the window aspect ratio.
- Morpheus_JOGL_dlg05_cube - Class in morpheus_JOGL
-
Morpheus_JOGL_dlg05_cube changes the rendered geometry from a triangle to a
cube.
- Morpheus_JOGL_dlg05_cube(Frame, boolean) - Constructor for class morpheus_JOGL.Morpheus_JOGL_dlg05_cube
-
Creates a new Morpheus_JOGL_dlg05_cube dialog that changes the rendered
geometry from a triangle to a cube, which is represented as a set of
triangles.
- Morpheus_JOGL_dlg06_mvpMx - Class in morpheus_JOGL
-
Morpheus_JOGL_dlg06_mvpMx adds the complete suite of model, view, and
projection matrices necessary for general rendering.
- Morpheus_JOGL_dlg06_mvpMx(Frame, boolean) - Constructor for class morpheus_JOGL.Morpheus_JOGL_dlg06_mvpMx
-
Creates a new Morpheus_JOGL_dlg06_mvpMx dialog that provides view, model,
and perspective transformation matrices for general geometry rendering.
- Morpheus_JOGL_dlg07_lighting - Class in morpheus_JOGL
-
Morpheus_JOGL_dlg07_lighting adds ambient, diffuse, and specular lighting to
the rendering pipeline and enhances the rendered geometry to show a sphere
and simulates transparency via alpha blending.
- Morpheus_JOGL_dlg07_lighting(Frame, boolean) - Constructor for class morpheus_JOGL.Morpheus_JOGL_dlg07_lighting
-
Creates a new Morpheus_dlg07_lighting that adds ambient, diffuse, and
specular lighting to the rendering pipeline and enhances the rendered
geometry to show a sphere and simulates transparency via alpha blending.
- Morpheus_JOGL_dlg08_surface - Class in morpheus_JOGL
-
Morpheus_JOGL_dlg08_surface renders more complex geometry than previous
dialogs.
- Morpheus_JOGL_dlg08_surface(Frame, boolean) - Constructor for class morpheus_JOGL.Morpheus_JOGL_dlg08_surface
-
Morpheus_JOGL_dlg08_surface renders more complex geometry than previous
dialogs.
- Morpheus_JOGL_dlg09_text - Class in morpheus_JOGL
-
The Morpheus_JOGL_dlg09_text code posted here borrows heavily from the
example posted by Xerxes Rånby at
http://forum.jogamp.org/Text-without-AWT-td4037684.html and modified
according to code developed in-house by Detelina Stoyanova with the aid of
suggestions from the jogamp/jogl community.
- Morpheus_JOGL_dlg09_text(Frame, boolean) - Constructor for class morpheus_JOGL.Morpheus_JOGL_dlg09_text
-
The Morpheus_JOGL_dlg09_text code posted here borrows heavily from the
example posted by Xerxes Rånby at
http://forum.jogamp.org/Text-without-AWT-td4037684.html and modified
according to code developed in-house by Detelina Stoyanova with the aid
of suggestions from the jogamp/jogl community.
- Morpheus_JOGL_dlg10_mouse - Class in morpheus_JOGL
-
Morpheus_JOGL_dlg10_mouse provides for mouse manipulation of the scene.
- Morpheus_JOGL_dlg10_mouse(Frame, boolean) - Constructor for class morpheus_JOGL.Morpheus_JOGL_dlg10_mouse
-
Morpheus_JOGL_dlg10_mouse provides for mouse manipulation of the scene.
- Morpheus_JOGL_dlg11_points - Class in morpheus_JOGL
-
Morpheus_JOGL_dlg11_points displays points of random color randomly and
uniformly within a unit sphere.
- Morpheus_JOGL_dlg11_points(Frame, boolean) - Constructor for class morpheus_JOGL.Morpheus_JOGL_dlg11_points
-
Morpheus_JOGL_dlg11_points displays points of random color randomly and
uniformly within a unit sphere.
- Morpheus_JOGL_dlg12_lines - Class in morpheus_JOGL
-
Morpheus_JOGL_dlg12_lines displays lines of random color randomly and
uniformly within a unit sphere.
- Morpheus_JOGL_dlg12_lines(Frame, boolean) - Constructor for class morpheus_JOGL.Morpheus_JOGL_dlg12_lines
-
Morpheus_JOGL_dlg12_lines displays lines of random color randomly and
uniformly within a unit sphere.
- Morpheus_JOGL_dlg13_spheres - Class in morpheus_JOGL
-
Morpheus_JOGL_dlg13_spheres displays spheres of random color randomly and
uniformly within a unit sphere.
- Morpheus_JOGL_dlg13_spheres(Frame, boolean) - Constructor for class morpheus_JOGL.Morpheus_JOGL_dlg13_spheres
-
Morpheus_JOGL_dlg13_spheres displays spheres of random color randomly and
uniformly within a unit sphere.
- Morpheus_JOGL_dlg14_rods - Class in morpheus_JOGL
-
Morpheus_JOGL_dlg14_rods displays rods (solid cylinders) of random color
randomly and uniformly within a unit sphere.
- Morpheus_JOGL_dlg14_rods(Frame, boolean) - Constructor for class morpheus_JOGL.Morpheus_JOGL_dlg14_rods
-
Morpheus_JOGL_dlg14_rods displays rods (solid cylinders) of random color
randomly and uniformly within a unit sphere.
- Morpheus_JOGL_dlg15_image - Class in morpheus_JOGL
-
Morpheus_JOGL_dlg15_image displays a single image (texture map) with user
interaction.
- Morpheus_JOGL_dlg15_image(Frame, boolean) - Constructor for class morpheus_JOGL.Morpheus_JOGL_dlg15_image
-
Morpheus_JOGL_dlg15_image displays a single image (texture map) with user
interaction.
- mouseClicked(MouseEvent) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg10_mouse
-
Overridden as required for a mouse listener.
- mouseDragged(MouseEvent) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg10_mouse
-
Overridden as required for a mouse listener listening for and responding
to mouse dragging.
- mouseEntered(MouseEvent) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg10_mouse
-
Overridden as required for a mouse listener.
- mouseExited(MouseEvent) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg10_mouse
-
Overridden as required for a mouse listener.
- mouseMoved(MouseEvent) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg10_mouse
-
Overridden as required for a mouse listener.
- mousePressed(MouseEvent) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg10_mouse
-
Overridden as required for a mouse listener.
- mouseReleased(MouseEvent) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg10_mouse
-
Overridden as required for a mouse listener.
- mouseWheelMoved(MouseWheelEvent) - Method in class morpheus_JOGL.Morpheus_JOGL_dlg10_mouse
-
Overridden as required for a mouse listener and responds to mouse wheel
movement.