Package fhm.edu.fem.animation

Provides all classes related to graphic animation based on JOGL (Java OpenGL).

See:
          Description

Class Summary
CalcAnimation Class Description: This class is being used when we have a FEM4 files for Membran calculations.
CalcAnimationSpanner Class Description: This class is being used when we have FEM6 files for Spanner calculations.
GLColor Class Description: This class extends itself from the Java Color class and overrides the getRed, getGreen, getBlue Methods to actually serve color values from (0.0 - 1.0) instead of (0 - 255)
GLFEMRenderer Class Description: This class is the base class for all renderers.
GLMembraneFrame Class Description: This class acts as the main frame for the GLMembraneRenderer
GLMembraneRenderer Class Description: This class takes care of actually drawing the membrane
GLSpannerFrame Class Description: This class acts as the main frame for the GLSpannerRenderer
GLSpannerRenderer Class Description: This class takes care of actually drawing the spanner
 

Package fhm.edu.fem.animation Description

Provides all classes related to graphic animation based on JOGL (Java OpenGL).