Package fis
Class SurfacePlotParameters
- java.lang.Object
-
- fis.SurfacePlotParameters
-
public class SurfacePlotParameters extends Object
-
-
Field Summary
Fields Modifier and Type Field Description int[]fixedinputs_numbersdouble[]fixedinputs_valuesintoutput_numberintselected_X_input_numberintselected_Y_input_numberdoubleXmaxdoubleXminintXresolutiondoubleYmaxdoubleYminintYresolution
-
Constructor Summary
Constructors Constructor Description SurfacePlotParameters()
-
-
-
Field Detail
-
Xmin
public double Xmin
-
Xmax
public double Xmax
-
Ymin
public double Ymin
-
Ymax
public double Ymax
-
Xresolution
public int Xresolution
-
Yresolution
public int Yresolution
-
selected_X_input_number
public int selected_X_input_number
-
selected_Y_input_number
public int selected_Y_input_number
-
fixedinputs_numbers
public int[] fixedinputs_numbers
-
fixedinputs_values
public double[] fixedinputs_values
-
output_number
public int output_number
-
-