Uses of Class
pzapplet.LinearSystemHolder

Uses of LinearSystemHolder in pzapplet
 

Methods in pzapplet with parameters of type LinearSystemHolder
 void StepResponsePanel.updateGraphics(LinearSystemHolder sys)
          Overwritten updateGraphics from GraphPanel.
 void PZOutputGraphs.updateGraphics(LinearSystemHolder sys)
           
 void NyquistPanel.updateGraphics(LinearSystemHolder systems)
           
 void NicholsPanel.updateGraphics(LinearSystemHolder systems)
           
abstract  void GraphPanel.updateGraphics(LinearSystemHolder systems)
          Ensures extending classes implement this method, which is used to pass information from the main applet class to the panels that draw the graphs.
 void CreditsPanel.updateGraphics(LinearSystemHolder sys)
           
 void BodePlotPanel.updateGraphics(LinearSystemHolder sys)
          Updates itself and its children panels with new information passed in the sys variable.
 void BodePhasePanel.updateGraphics(LinearSystemHolder sys)
          Overwritten updateGraphics from GraphPanel.
 void BodeMagPanel.updateGraphics(LinearSystemHolder sys)