Uses of Class
fhm.edu.fem.calc.objects.ElementList

Packages that use ElementList
fhm.edu.fem.animation Provides all classes related to graphic animation based on JOGL (Java OpenGL). 
fhm.edu.fem.calc Provides all classes executing the main calculations along with the main FEMManager class. 
fhm.edu.fem.util.io Provides all I/O operations like loading and saving files. 
 

Uses of ElementList in fhm.edu.fem.animation
 

Methods in fhm.edu.fem.animation with parameters of type ElementList
protected  void GLSpannerRenderer.buildSpannungsbetragsColors(ElementList elementList)
          Build the list of all element colors depending on the elements' spannungsbetrag
protected  void GLSpannerRenderer.drawSpannerElements(GLDrawable drawable, ElementList elementList, double zValue, boolean useOriginalCoordinates)
          Draw the spanners current elements
protected  void GLSpannerRenderer.drawSpannerPolygons(GLDrawable drawable, ElementList fullElementList, double zValue, boolean useOriginalCoordinates)
          Draw the spanner's front real polygons based on the node coordinates
 

Uses of ElementList in fhm.edu.fem.calc
 

Fields in fhm.edu.fem.calc declared as ElementList
protected  ElementList FEMManager.elementList
           
 

Methods in fhm.edu.fem.calc that return ElementList
 ElementList FEMManager.getElementList()
           
 

Methods in fhm.edu.fem.calc with parameters of type ElementList
 void FEMManager.setElementList(ElementList elementList)
           
 

Uses of ElementList in fhm.edu.fem.util.io
 

Fields in fhm.edu.fem.util.io declared as ElementList
protected  ElementList FEMINLoader.elementList
           
 

Methods in fhm.edu.fem.util.io that return ElementList
 ElementList FEMINLoader.getElements()
          Retrieve all elements
 

Methods in fhm.edu.fem.util.io with parameters of type ElementList
protected  boolean FEMINSaver.writeElements(java.io.StringWriter writer, boolean femPlotterCompatible, ElementList elementList)
          Write the Elements to the file