All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.jhv.JHVDataConversion

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Dialog
                                   |
                                   +----ncsa.hdf.jhv.JHVDataConversion

public class JHVDataConversion
extends Dialog
implements ActionListener

Constructor Index

 o JHVDataConversion(Frame, String, boolean)

Method Index

 o actionPerformed(ActionEvent)
 o getFunction()
 o init()
 o needDataConversion()

Constructors

 o JHVDataConversion
 public JHVDataConversion(Frame frame,
                          String title,
                          boolean modal)

Methods

 o init
 public void init() throws Exception
 o actionPerformed
 public void actionPerformed(ActionEvent e)
 o getFunction
 public double[] getFunction()
 o needDataConversion
 public boolean needDataConversion()

All Packages  Class Hierarchy  This Package  Previous  Next  Index