All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.hdf.awt.layer.LayeredImagePane

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Canvas
                   |
                   +----ncsa.hdf.awt.layer.LayeredImagePane

public class LayeredImagePane
extends Canvas
implements MouseListener

Constructor Index

 o LayeredImagePane(LayeredImage)

Method Index

 o addImage(LayeredImageInfo, int)
 o getImageBackground()
 o getLayer(int)
 o getLayer(LayeredImageInfo)
 o getLayeredImageInfo(int)
 o getMinimumSize()
Returns the mininimum size of this component.
 o getPreferredSize()
Returns the preferred size of panel.
 o grabColor(Image, int, int)
 o mouseClicked(MouseEvent)
 o mouseEntered(MouseEvent)
 o mouseExited(MouseEvent)
 o mousePressed(MouseEvent)
 o mouseReleased(MouseEvent)
 o paint(Graphics)
Paints the component.
 o removeImage(int)
 o setLayer(int, int)
 o setLayer(LayeredImageInfo, int)
 o update(Graphics)
Updates the component.
 o updateLayer(int, int)
 o updateLayerFilter(int, ImageFilter)

Constructors

 o LayeredImagePane
 public LayeredImagePane(LayeredImage layeredImage)

Methods

 o addImage
 protected void addImage(LayeredImageInfo imageInfo,
                         int index)
 o removeImage
 protected void removeImage(int index)
 o getLayer
 public int getLayer(LayeredImageInfo imageInfo)
 o getPreferredSize
 public Dimension getPreferredSize()
Returns the preferred size of panel.

Overrides:
getPreferredSize in class Component
 o getMinimumSize
 public Dimension getMinimumSize()
Returns the mininimum size of this component.

Overrides:
getMinimumSize in class Component
 o getLayer
 public int getLayer(int index)
 o getLayeredImageInfo
 public LayeredImageInfo getLayeredImageInfo(int index)
 o setLayer
 protected void setLayer(LayeredImageInfo imageInfo,
                         int layer)
 o setLayer
 protected void setLayer(int index,
                         int layer)
 o updateLayer
 protected void updateLayer(int index,
                            int layer)
 o updateLayerFilter
 protected void updateLayerFilter(int index,
                                  ImageFilter filter)
 o paint
 public void paint(Graphics g)
Paints the component.

Overrides:
paint in class Canvas
 o update
 public void update(Graphics g)
Updates the component.

Overrides:
update in class Component
 o grabColor
 public Color grabColor(Image image,
                        int x,
                        int y)
 o getImageBackground
 public Color getImageBackground()
 o mouseClicked
 public void mouseClicked(MouseEvent e)
 o mouseEntered
 public void mouseEntered(MouseEvent e)
 o mouseExited
 public void mouseExited(MouseEvent e)
 o mousePressed
 public void mousePressed(MouseEvent e)
 o mouseReleased
 public void mouseReleased(MouseEvent e)

All Packages  Class Hierarchy  This Package  Previous  Next  Index