Building Parsers with Java

Uses of Class
sjm.examples.sling.Extrema

Packages that use Extrema
sjm.examples.sling   
 

Uses of Extrema in sjm.examples.sling
 

Methods in sjm.examples.sling that return Extrema
 Extrema SlingFunction.extrema(int nPoint)
          Return the extreme values of this function will reach when rendered with the given number of points.
 Extrema Renderable.getExtrema()
          Find the upper and lower points the function will reach, given the number of points used to plot it.
 Extrema RenderableCollection.getExtrema()
          Find the extreme points the functions will reach.
 


by Steve Metsker