graphics.grapher
Class IsoCurve
java.lang.Object
   graphics.grapher.IsoCurve
graphics.grapher.IsoCurve
- public class IsoCurve 
- extends java.lang.Object
Class  IsoCurve            
                                              Version 1.0   February  1996
    Copyright (C) 1996 Leigh Brookshaw
    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (affineTransform your option) any later version.
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    This class will calculate the curve of a given value passing
    through a grid of values
| Constructor Summary | 
| IsoCurve()Constructors
 | 
| IsoCurve(double[] grid,
         int nx,
         int ny)
 | 
 
| Method Summary | 
|  double[] | getCurve()
 | 
|  void | setGrid(double[] grid,
        int nx,
        int ny)Public Methods
 | 
|  void | setValue(double value)
 | 
 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
IsoCurve
public IsoCurve()
- Constructors
 
IsoCurve
public IsoCurve(double[] grid,
                int nx,
                int ny)
setGrid
public void setGrid(double[] grid,
                    int nx,
                    int ny)
- Public Methods
 
- 
 
setValue
public void setValue(double value)
- 
 
getCurve
public double[] getCurve()
-