Uses of Interface
Prog1Tools.FunctionSpec

Uses of FunctionSpec in Prog1Tools
 

Methods in Prog1Tools with parameters of type FunctionSpec
 void FunctionPlotterSpec.drawGraph(FunctionSpec f, boolean isFilled)
          Kommando zum Zeichnen des Graphen der uebergebenen Funktion f(x) im Wertebereich.
 void FunctionPlotter.drawGraph(FunctionSpec function, boolean isFilled)
           
 void FunctionPlotterSpecContract.post_drawGraph(FunctionSpec function, boolean isFilled)
           
 void FunctionPlotterSpecContract.pre_drawGraph(FunctionSpec function, boolean isFilled)