Uses of Class
mathcomp.gui.cfd.DrawingPanel

Packages that use DrawingPanel
mathcomp.gui.cfd Provides GUI features for flow problems. 
 

Uses of DrawingPanel in mathcomp.gui.cfd
 

Methods in mathcomp.gui.cfd that return DrawingPanel
 DrawingPanel FlyingTable.getDrawPanel()
           
 DrawingPanel DataTable.getDrawPanel()
           
 

Methods in mathcomp.gui.cfd with parameters of type DrawingPanel
 void FlyingTable.setDrawPanel(DrawingPanel drawPanel)
           
 void DataTable.setDrawPanel(DrawingPanel drawPanel)