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
-
LayeredImagePane(LayeredImage)
-
-
addImage(LayeredImageInfo, int)
-
-
getImageBackground()
-
-
getLayer(int)
-
-
getLayer(LayeredImageInfo)
-
-
getLayeredImageInfo(int)
-
-
getMinimumSize()
- Returns the mininimum size of this component.
-
getPreferredSize()
-
Returns the preferred size of panel.
-
grabColor(Image, int, int)
-
-
mouseClicked(MouseEvent)
-
-
mouseEntered(MouseEvent)
-
-
mouseExited(MouseEvent)
-
-
mousePressed(MouseEvent)
-
-
mouseReleased(MouseEvent)
-
-
paint(Graphics)
- Paints the component.
-
removeImage(int)
-
-
setLayer(int, int)
-
-
setLayer(LayeredImageInfo, int)
-
-
update(Graphics)
- Updates the component.
-
updateLayer(int, int)
-
-
updateLayerFilter(int, ImageFilter)
-
LayeredImagePane
public LayeredImagePane(LayeredImage layeredImage)
addImage
protected void addImage(LayeredImageInfo imageInfo,
int index)
removeImage
protected void removeImage(int index)
getLayer
public int getLayer(LayeredImageInfo imageInfo)
getPreferredSize
public Dimension getPreferredSize()
- Returns the preferred size of panel.
- Overrides:
- getPreferredSize in class Component
getMinimumSize
public Dimension getMinimumSize()
- Returns the mininimum size of this component.
- Overrides:
- getMinimumSize in class Component
getLayer
public int getLayer(int index)
getLayeredImageInfo
public LayeredImageInfo getLayeredImageInfo(int index)
setLayer
protected void setLayer(LayeredImageInfo imageInfo,
int layer)
setLayer
protected void setLayer(int index,
int layer)
updateLayer
protected void updateLayer(int index,
int layer)
updateLayerFilter
protected void updateLayerFilter(int index,
ImageFilter filter)
paint
public void paint(Graphics g)
- Paints the component.
- Overrides:
- paint in class Canvas
update
public void update(Graphics g)
- Updates the component.
- Overrides:
- update in class Component
grabColor
public Color grabColor(Image image,
int x,
int y)
getImageBackground
public Color getImageBackground()
mouseClicked
public void mouseClicked(MouseEvent e)
mouseEntered
public void mouseEntered(MouseEvent e)
mouseExited
public void mouseExited(MouseEvent e)
mousePressed
public void mousePressed(MouseEvent e)
mouseReleased
public void mouseReleased(MouseEvent e)
All Packages Class Hierarchy This Package Previous Next Index