All Packages Class Hierarchy This Package Previous Next Index
Class ncsa.hdf.jhv.ImageFrame
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----ncsa.hdf.jhv.ImageFrame
- public class ImageFrame
- extends Frame
- implements WindowListener, AdjustmentListener, ActionListener
This class define the image frame
-
ImageFrame(Image)
- Create the seprate frame based on the image canvas.
-
actionPerformed(ActionEvent)
-
-
adjustmentValueChanged(AdjustmentEvent)
-
-
popup()
- popup the new frame actually
-
setFrameSize(float)
- resize the frame
-
setTitle()
- setup the frame tittle
-
windowActivated(WindowEvent)
- Handles the event.
-
windowClosed(WindowEvent)
-
-
windowClosing(WindowEvent)
-
-
windowDeactivated(WindowEvent)
-
-
windowDeiconified(WindowEvent)
-
-
windowIconified(WindowEvent)
-
-
windowOpened(WindowEvent)
-
ImageFrame
public ImageFrame(Image image)
- Create the seprate frame based on the image canvas.
This frame will display the image within the frame
setTitle
public void setTitle()
- setup the frame tittle
popup
public void popup()
- popup the new frame actually
setFrameSize
public void setFrameSize(float factor)
- resize the frame
- Parameters:
- factor - the factor to origanize the frame
windowActivated
public void windowActivated(WindowEvent we)
- Handles the event. Returns true if the event is handled and
should not be passed to the parent of this component. The default
event handler calls some helper methods to make life easier
on the programmer.
- Parameters:
- evt - the event
- See Also:
- handleEvent
windowClosed
public void windowClosed(WindowEvent we)
windowDeactivated
public void windowDeactivated(WindowEvent we)
windowDeiconified
public void windowDeiconified(WindowEvent we)
windowIconified
public void windowIconified(WindowEvent we)
windowOpened
public void windowOpened(WindowEvent we)
windowClosing
public void windowClosing(WindowEvent we)
adjustmentValueChanged
public void adjustmentValueChanged(AdjustmentEvent e)
actionPerformed
public void actionPerformed(ActionEvent e)
All Packages Class Hierarchy This Package Previous Next Index