Uses of Class
java.awt.Image

Packages that use Image
com.jjt.utbeg   
java.applet   
java.awt   
java.beans   
 

Uses of Image in com.jjt.utbeg
 

Fields in com.jjt.utbeg declared as Image
private  Image[] SwathViewer.images
           
private  Image SwathViewer.offscreenImage
           
 

Methods in com.jjt.utbeg that return Image
protected  Image SwathViewer.getImage()
          Loads and returns the current background image.
 

Uses of Image in java.applet
 

Methods in java.applet that return Image
 Image Applet.getImage(java.net.URL url)
          Returns an Image object that can then be painted on the screen.
 Image Applet.getImage(java.net.URL url, String name)
          Returns an Image object that can then be painted on the screen.
 Image AppletContext.getImage(java.net.URL url)
          Returns an Image object that can then be painted on the screen.
 

Uses of Image in java.awt
 

Fields in java.awt declared as Image
(package private)  Image Frame.icon
          icon is the graphical way we can represent the frame.
(package private)  Image ImageMediaEntry.image
           
 

Methods in java.awt that return Image
 Image Component.createImage(java.awt.image.ImageProducer producer)
          Creates an image from the specified image producer.
 Image Component.createImage(int width, int height)
          Creates an off-screen drawable image to be used for double buffering.
abstract  Image Toolkit.getImage(String filename)
          Returns an image which gets pixel data from the specified file.
abstract  Image Toolkit.getImage(java.net.URL url)
          Returns an image which gets pixel data from the specified URL.
abstract  Image Toolkit.createImage(String filename)
          Returns an image which gets pixel data from the specified file.
abstract  Image Toolkit.createImage(java.net.URL url)
          Returns an image which gets pixel data from the specified URL.
abstract  Image Toolkit.createImage(java.awt.image.ImageProducer producer)
          Creates an image with the specified image producer.
 Image Toolkit.createImage(byte[] imagedata)
          Creates an image which decodes the image stored in the specified byte array.
abstract  Image Toolkit.createImage(byte[] imagedata, int imageoffset, int imagelength)
          Creates an image which decodes the image stored in the specified byte array, and at the specified offset and length.
 Image LightweightPeer.createImage(java.awt.image.ImageProducer producer)
           
 Image LightweightPeer.createImage(int width, int height)
           
 Image Image.getScaledInstance(int width, int height, int hints)
          Creates a scaled version of this image.
 Image Frame.getIconImage()
          Gets the image to be displayed in the minimized icon for this frame.
 

Methods in java.awt with parameters of type Image
 boolean Component.imageUpdate(Image img, int flags, int x, int y, int w, int h)
          Repaints the component when the image has changed.
 boolean Component.prepareImage(Image image, java.awt.image.ImageObserver observer)
          Prepares an image for rendering on this component.
 boolean Component.prepareImage(Image image, int width, int height, java.awt.image.ImageObserver observer)
          Prepares an image for rendering on this component at the specified width and height.
 int Component.checkImage(Image image, java.awt.image.ImageObserver observer)
          Returns the status of the construction of a screen representation of the specified image.
 int Component.checkImage(Image image, int width, int height, java.awt.image.ImageObserver observer)
          Returns the status of the construction of a screen representation of the specified image.
abstract  boolean Graphics.drawImage(Image img, int x, int y, java.awt.image.ImageObserver observer)
          Draws as much of the specified image as is currently available.
abstract  boolean Graphics.drawImage(Image img, int x, int y, int width, int height, java.awt.image.ImageObserver observer)
          Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
abstract  boolean Graphics.drawImage(Image img, int x, int y, Color bgcolor, java.awt.image.ImageObserver observer)
          Draws as much of the specified image as is currently available.
abstract  boolean Graphics.drawImage(Image img, int x, int y, int width, int height, Color bgcolor, java.awt.image.ImageObserver observer)
          Draws as much of the specified image as has already been scaled to fit inside the specified rectangle.
abstract  boolean Graphics.drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, java.awt.image.ImageObserver observer)
          Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
abstract  boolean Graphics.drawImage(Image img, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2, Color bgcolor, java.awt.image.ImageObserver observer)
          Draws as much of the specified area of the specified image as is currently available, scaling it on the fly to fit inside the specified area of the destination drawable surface.
abstract  boolean Toolkit.prepareImage(Image image, int width, int height, java.awt.image.ImageObserver observer)
          Prepares an image for rendering.
abstract  int Toolkit.checkImage(Image image, int width, int height, java.awt.image.ImageObserver observer)
          Indicates the construction status of a specified image that is being prepared for display.
 Cursor Toolkit.createCustomCursor(Image cursor, Point hotSpot, String name)
          Creates a new custom cursor object.
 boolean LightweightPeer.prepareImage(Image img, int w, int h, java.awt.image.ImageObserver o)
           
 int LightweightPeer.checkImage(Image img, int w, int h, java.awt.image.ImageObserver o)
           
abstract  boolean Graphics2D.drawImage(Image img, java.awt.geom.AffineTransform xform, java.awt.image.ImageObserver obs)
          Renders an image, applying a transform from image space into user space before drawing.
 void Frame.setIconImage(Image image)
          Sets the image to displayed in the minimized icon for this frame.
 void MediaTracker.addImage(Image image, int id)
          Adds an image to the list of images being tracked by this media tracker.
 void MediaTracker.addImage(Image image, int id, int w, int h)
          Adds a scaled image to the list of images being tracked by this media tracker.
 void MediaTracker.removeImage(Image image)
          Remove the specified image from this media tracker.
 void MediaTracker.removeImage(Image image, int id)
          Remove the specified image from the specified tracking ID of this media tracker.
 void MediaTracker.removeImage(Image image, int id, int width, int height)
          Remove the specified image with the specified width, height, and ID from this media tracker.
(package private)  boolean ImageMediaEntry.matches(Image img, int w, int h)
           
 boolean ImageMediaEntry.imageUpdate(Image img, int infoflags, int x, int y, int w, int h)
           
 

Constructors in java.awt with parameters of type Image
ImageMediaEntry.ImageMediaEntry(MediaTracker mt, Image img, int c, int w, int h)
           
 

Uses of Image in java.beans
 

Methods in java.beans that return Image
 Image BeanInfo.getIcon(int iconKind)
          This method returns an image object that can be used to represent the bean in toolboxes, toolbars, etc.
 Image BeansAppletContext.getImage(java.net.URL url)
           
 Image SimpleBeanInfo.getIcon(int iconKind)
          Claim there are no icons available.
 Image SimpleBeanInfo.loadImage(String resourceName)
          This is a utility method to help in loading icon images.
 Image GenericBeanInfo.getIcon(int iconKind)