Uses of Class
fis.JInput
-
Packages that use JInput Package Description fis fis.data.distance.input fis.data.distance.input.preview fis.swing.data.distance.input fis.swing.data.distance.input.preview fis.swing.data.distance.input.preview.jfree fis.util -
-
Uses of JInput in fis
Subclasses of JInput in fis Modifier and Type Class Description classJOutputFields in fis declared as JInput Modifier and Type Field Description protected JInputJMFsPanel. Inputprotected JInputJInputFrame. TempMethods in fis that return JInput Modifier and Type Method Description JInputJFIS. GetActiveInput(int active_number)JInputJFIS. GetInput(int input_number)JInput[]JFIS. GetInputs()protected JInputJRegularInputFrame. NewInput(JInput input)JInputJInput. NewIrregular(double[] sommets, int nb_sef, double min, double max)JInputJOutput. NewIrregular(double[] sommets, int nb_sef, double min, double max)JInputJInput. NewRegular(int nb_sef, double min, double max)JInputJOutput. NewRegular(int nb_sef, double min, double max)Methods in fis with parameters of type JInput Modifier and Type Method Description voidJFIS. AddInput(JInput input)protected fis.XYPanelDataXYFrame. CreateXYPanel(JInput x_input, double[] x_data, JInput y_input, double[] y_data)protected fis.XYPanelExtendedDataXYFrame. CreateXYPanel(JInput x_input, double[] x_data, JInput y_input, double[] y_data)voidJMFsPanel. init(JInput input)voidJPanelInputValue. init(JInput input)protected JInputJRegularInputFrame. NewInput(JInput input)protected voidJInputFrame. Replace(JInput new_input)protected voidJOutputFrame. Replace(JInput new_input)voidJFIS. ReplaceInput(int input_number, JInput new_input)voidJMFsPanel. SetInput(JInput input)voidJComboBoxInputs. setInputs(JInput[] inputs)Constructors in fis with parameters of type JInput Constructor Description ExtendedXYPanel(JInput x_input, double[] x_data, JInput y_input, double[] y_data, JExtendedDataFile extend_data_file, int x_index, int y_index)Gabarit(JInput in, double kw, double sw, int n)JDisplayRangeFrame(JInput input, double[] range, String title)JInput(JInput input)JMFsPanel(JInput input)JRangeFrame(JInput input, String title) -
Uses of JInput in fis.data.distance.input
Constructors in fis.data.distance.input with parameters of type JInput Constructor Description InputModel(JInput input) -
Uses of JInput in fis.data.distance.input.preview
Constructors in fis.data.distance.input.preview with parameters of type JInput Constructor Description DefaultPreview(JInput input) -
Uses of JInput in fis.swing.data.distance.input
Constructors in fis.swing.data.distance.input with parameters of type JInput Constructor Description InputAdapter(Input input, JInput jInput, com.jgoodies.binding.value.ValueModel normalizeModel) -
Uses of JInput in fis.swing.data.distance.input.preview
Constructors in fis.swing.data.distance.input.preview with parameters of type JInput Constructor Description PreviewAction(JInput input)PreviewAdapter(Preview preview, JInput input) -
Uses of JInput in fis.swing.data.distance.input.preview.jfree
Constructors in fis.swing.data.distance.input.preview.jfree with parameters of type JInput Constructor Description PreviewAxis(JInput input)PreviewDataset(Raster raster, JInput input)PreviewRenderer(Preview preview, JInput input) -
Uses of JInput in fis.util
Methods in fis.util that return JInput Modifier and Type Method Description static JInputJFISUtil. getFISInput(JFIS fis, int index)Methods in fis.util that return types with arguments of type JInput Modifier and Type Method Description static Iterable<JInput>JFISUtil. iterableInputs(JFIS fis)Methods in fis.util with parameters of type JInput Modifier and Type Method Description static StringJInputUtil. getInputName(JInput input)static double[]JInputUtil. getInputRange(JInput input)
-