Searched defs:image (Results 1 - 25 of 223) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DBadDepthException.java26 package sun.awt.image;
H A DImageAccessException.java26 package sun.awt.image;
H A DImageFetchable.java26 package sun.awt.image;
30 * of image data in an ImageProducer class by calling the doFetch()
32 * asynchronous delivery of image data outside of the standard system
H A DImageFormatException.java26 package sun.awt.image;
H A DNativeLibLoader.java26 package sun.awt.image;
32 * loaded in sun.awt.image also:
36 * package (sun.awt.image) have a native method, initIDs(),
H A DBufImgSurfaceManager.java26 package sun.awt.image;
31 import java.awt.image.BufferedImage;
38 * All rendering to the image will use the software surface as the destination.
H A DBufImgVolatileSurfaceManager.java26 package sun.awt.image;
52 * the image.
H A DBufferedImageDevice.java26 package sun.awt.image;
H A DFileImageSource.java26 package sun.awt.image;
46 // when the image is retrieved from the cache.
58 // kind of image they have and guess wrong...
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DImagingOpException.java26 package java.awt.image;
32 * process the image.
H A DRasterFormatException.java26 package java.awt.image;
H A DBufferStrategy.java26 package java.awt.image;
164 * @see java.awt.image.VolatileImage
179 * @see java.awt.image.VolatileImage
H A DByteLookupTable.java26 package java.awt.image;
33 * data arrays for one or more bands (or components) of an image,
H A DImageProducer.java26 package java.awt.image;
29 * The interface for objects which can produce the image data for Images.
30 * Each image contains an ImageProducer which is used to reconstruct
31 * the image whenever it is needed, for example, when a new size of the
42 * <code>ImageProducer</code> for access to the image data
45 * start delivering the image data to the consumer
47 * or when the next available image reconstruction is triggered
69 * receive image data. It is not considered an error
80 * the image data which will then be delivered to this
84 * the image dat
[all...]
H A DShortLookupTable.java26 package java.awt.image;
33 * data arrays for one or more bands (or components) of an image,
H A DTileObserver.java26 package java.awt.image;
45 * @param source the image that owns the tile.
/openjdk7/jdk/src/share/classes/sun/swing/
H A DImageIconUIResource.java53 * @param image an image
56 public ImageIconUIResource(Image image) { argument
57 super(image);
/openjdk7/jdk/src/share/classes/java/awt/image/renderable/
H A DContextualRenderedImageFactory.java36 package java.awt.image.renderable;
38 import java.awt.image.RenderedImage;
68 * @param i the index of the source image.
72 * @param image the RenderableImage being rendered.
80 RenderableImage image);
86 * determine its dimensions and placement on the image plane.
77 mapRenderContext(int i, RenderContext renderContext, ParameterBlock paramBlock, RenderableImage image) argument
H A DRenderedImageFactory.java36 package java.awt.image.renderable;
37 import java.awt.image.RenderedImage;
60 * convolution on single-banded image data, and the source image has
67 * were used to create the image. In addition any RenderedImages
/openjdk7/jdk/test/java/awt/GraphicsEnvironment/
H A DPreferLocaleFonts.java33 import java.awt.image.*;
43 public Graphics2D createGraphics(BufferedImage image) { argument
/openjdk7/jdk/test/sun/java2d/GdiRendering/
H A DInsetClipping.java40 * background color, then set the clip, then draw the image; if we detect
41 * the image color at pixel (0, 0) then we did not clip correctly and the
47 import java.awt.image.*;
51 BufferedImage image; field in class:InsetClipping
59 image = new BufferedImage( 300, 300,BufferedImage.TYPE_INT_RGB);
60 Graphics g2 = image.createGraphics();
74 g.drawImage(image, 0, 0, null);
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceManagerFactory.java28 import sun.awt.image.SunVolatileImage;
29 import sun.awt.image.VolatileSurfaceManager;
90 createVolatileManager(SunVolatileImage image, Object context); argument
/openjdk7/jdk/src/share/classes/sun/net/www/content/image/
H A Dgif.java26 package sun.net.www.content.image;
31 import sun.awt.image.*;
H A Djpeg.java26 package sun.net.www.content.image;
31 import sun.awt.image.*;
H A Dpng.java26 package sun.net.www.content.image;
33 import sun.awt.image.*;

Completed in 75 milliseconds

123456789