All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.jhv.JHVVdataPlotFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----ncsa.hdf.jhv.JHVVdataPlotFrame

public class JHVVdataPlotFrame
extends Frame
implements ItemListener, ActionListener
This class will make a plot for selected HDF Vdata


Variable Index

 o ZOOM_IN
 o ZOOM_OUT

Constructor Index

 o JHVVdataPlotFrame()
Default new constructor
 o JHVVdataPlotFrame(double[][])
Default new constructor
 o JHVVdataPlotFrame(JHVVdataCanvas, double[][])
Default new constructor

Method Index

 o actionPerformed(ActionEvent)
 o createDisplayGUI()
Create display panel Modified: 11-10-97 xlu
 o createFileMenu(String)
create a file menu by provided title
 o createOptionMenu(String)
create a option menu
 o createStyleMenu(String)
create a style menu
 o createVdataPlotMenuBar()
 o createViewMenu(String)
create a view menu by provided title
 o dispose()
 o handleMenuEvent(String)
 o handleOptionMenuEvent(CheckboxMenuItem)
 o handleStyleMenuEvent(CheckboxMenuItem)
 o handleViewMenuEvent(String)
 o itemStateChanged(ItemEvent)
Called if an action occurs in the Component
 o popup()
popup the new frame actually
 o setTitle(String)
setup the frame tittle

Variables

 o ZOOM_IN
 public static final int ZOOM_IN
 o ZOOM_OUT
 public static final int ZOOM_OUT

Constructors

 o JHVVdataPlotFrame
 public JHVVdataPlotFrame()
Default new constructor

 o JHVVdataPlotFrame
 public JHVVdataPlotFrame(double data[][])
Default new constructor

 o JHVVdataPlotFrame
 public JHVVdataPlotFrame(JHVVdataCanvas vdataCanvas,
                          double data[][])
Default new constructor

Methods

 o setTitle
 public void setTitle(String title)
setup the frame tittle

Parameters:
title - a frame title
Overrides:
setTitle in class Frame
 o createDisplayGUI
 public void createDisplayGUI()
Create display panel Modified: 11-10-97 xlu

 o createVdataPlotMenuBar
 public MenuBar createVdataPlotMenuBar()
 o createFileMenu
 public Menu createFileMenu(String menuTitle)
create a file menu by provided title

Parameters:
menuTitle - the menu title
 o createViewMenu
 public Menu createViewMenu(String menuTitle)
create a view menu by provided title

Parameters:
menuTitle - the menu title
 o createStyleMenu
 public Menu createStyleMenu(String menuTitle)
create a style menu

Parameters:
menuTitle - the menu title
 o createOptionMenu
 public Menu createOptionMenu(String menuTitle)
create a option menu

Parameters:
menuTitle - the menu title
 o popup
 public void popup()
popup the new frame actually

 o itemStateChanged
 public void itemStateChanged(ItemEvent e)
Called if an action occurs in the Component

Parameters:
evt - the event
what - the action that's occuring
See Also:
action
 o actionPerformed
 public void actionPerformed(ActionEvent evt)
 o dispose
 public void dispose()
Overrides:
dispose in class Frame
 o handleMenuEvent
 public void handleMenuEvent(String arg)
 o handleViewMenuEvent
 public void handleViewMenuEvent(String arg)
 o handleOptionMenuEvent
 public void handleOptionMenuEvent(CheckboxMenuItem item)
 o handleStyleMenuEvent
 public void handleStyleMenuEvent(CheckboxMenuItem item)

All Packages  Class Hierarchy  This Package  Previous  Next  Index