Searched defs:image (Results 26 - 50 of 223) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/sun/net/www/content/image/
H A Dx_xbitmap.java26 package sun.net.www.content.image;
29 import sun.awt.image.*;
H A Dx_xpixmap.java26 package sun.net.www.content.image;
29 import sun.awt.image.*;
/openjdk7/jdk/src/share/classes/sun/print/
H A DImagePrinter.java30 import java.awt.image.BufferedImage;
39 BufferedImage image; field in class:ImagePrinter
43 image = ImageIO.read(stream);
50 image = ImageIO.read(url);
57 if (index > 0 || image == null) {
62 int w = image.getWidth(null);
63 int h = image.getHeight(null);
67 // ensure image will fit
82 g.drawImage(image, dx, dy, dx+dw, dy+dh, 0, 0, w, h, null);
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DOffScreenImageSource.java26 package sun.awt.image;
29 import java.awt.image.ImageConsumer;
30 import java.awt.image.ImageProducer;
31 import java.awt.image.Raster;
32 import java.awt.image.WritableRaster;
33 import java.awt.image.ColorModel;
34 import java.awt.image.IndexColorModel;
35 import java.awt.image.DirectColorModel;
36 import java.awt.image.BufferedImage;
37 import java.awt.image
40 BufferedImage image; field in class:OffScreenImageSource
45 OffScreenImageSource(BufferedImage image, Hashtable properties) argument
57 OffScreenImageSource(BufferedImage image) argument
[all...]
H A DByteArrayImageSource.java26 package sun.awt.image;
49 // only make byte array image once they already have a handle
50 // on the image data anyway...
H A DDataBufferNative.java27 package sun.awt.image;
29 import java.awt.image.DataBuffer;
H A DImageConsumerQueue.java26 package sun.awt.image;
28 import java.awt.image.ImageConsumer;
74 if (ir.image.source != src) {
75 throw new SecurityException("ImageRep added to wrong image source");
H A DOffScreenImage.java26 package sun.awt.image;
35 import java.awt.image.BufferedImage;
36 import java.awt.image.ImageProducer;
37 import java.awt.image.ColorModel;
38 import java.awt.image.WritableRaster;
45 * default font are used as the defaults for this image.
H A DURLImageSource.java26 package sun.awt.image;
88 // the image was actually fetched from were different than the
91 // checked when the applet got a handle to the image, so we only
132 // The image is allowed to come from either the host/port
139 throw new SecurityException("image moved!");
H A DVSyncedBSManager.java26 package sun.awt.image;
28 import java.awt.image.BufferStrategy;
H A DWritableRasterNative.java28 package sun.awt.image;
31 import java.awt.image.BufferedImage;
32 import java.awt.image.ColorModel;
33 import java.awt.image.DataBuffer;
34 import java.awt.image.DirectColorModel;
35 import java.awt.image.PixelInterleavedSampleModel;
36 import java.awt.image.SampleModel;
37 import java.awt.image.SinglePixelPackedSampleModel;
38 import java.awt.image.WritableRaster;
H A DXbmImageDecoder.java29 package sun.awt.image;
32 import java.awt.image.*;
58 // we take forever to decode the image...
72 * produce an image from the stream.
/openjdk7/jdk/src/share/classes/sun/awt/
H A DCustomCursor.java29 import java.awt.image.*;
32 * A class to encapsulate a custom image-based cursor.
38 protected Image image; field in class:CustomCursor
43 image = cursor;
46 // Make sure image is fully loaded.
58 // check absence of the image of cursor
59 // If the image is invalid, the cursor will be hidden (made completely
61 // but we need to set the hotspot inside the image here.
66 // Scale image to nearest supported size.
81 /* Extract ARGB array from image
[all...]
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DBufferedImageOp.java26 package java.awt.image;
67 * If the destination image is null,
72 * and/or destination image is incompatible with the types of images $
81 * image is not compatible with the types of images allowed by the class
87 * Returns the bounding box of the filtered destination image.
89 * image is incompatible with the types of images allowed
95 * image's bounding box.
100 * Creates a zeroed destination image with the correct size and number of
103 * image is incompatible with the types of images allowed
110 * @return The zeroed destination image
[all...]
H A DFilteredImageSource.java26 package java.awt.image;
29 import java.awt.image.ImageFilter;
30 import java.awt.image.ImageConsumer;
31 import java.awt.image.ImageProducer;
33 import java.awt.image.ColorModel;
37 * takes an existing image and a filter object and uses them to produce
38 * image data for a new filtered version of the original image.
39 * Here is an example which filters an image by swapping the red and
75 * to the list of consumers interested in data for the filtered image
[all...]
H A DKernel.java26 package java.awt.image;
32 * computed for the pixel's position in the output image of a filtering
H A DLookupTable.java26 package java.awt.image;
33 * contains data arrays for one or more bands (or components) of an image
H A DPixelInterleavedSampleModel.java26 package java.awt.image;
29 * This class represents image data which is stored in a pixel interleaved
33 * implementation for accessing pixel interleaved image data than is provided
36 * DataBuffer. Accessor methods are provided so that image data can be
46 * and a band of image data.
64 * image data described.
66 * image data described.
67 * @param pixelStride The pixel stride of the image data.
68 * @param scanlineStride The line stride of the image data.
154 * an image wit
[all...]
H A DRasterOp.java26 package java.awt.image;
H A DWritableRenderedImage.java36 package java.awt.image;
41 * contain or can produce image data in the form of Rasters and
42 * which can be modified and/or written over. The image
144 * Sets a rect of the image to the contents of the Raster r, which is
/openjdk7/jdk/src/share/classes/java/awt/image/renderable/
H A DRenderableImageProducer.java36 package java.awt.image.renderable;
38 import java.awt.image.ColorModel;
39 import java.awt.image.DataBuffer;
40 import java.awt.image.DirectColorModel;
41 import java.awt.image.ImageConsumer;
42 import java.awt.image.ImageProducer;
43 import java.awt.image.Raster;
44 import java.awt.image.RenderedImage;
45 import java.awt.image.SampleModel;
55 * implements an asynchronous production that produces the image i
[all...]
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DCTrayIcon.h66 NSImage* image; variable
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/bytecode/
H A DClassTailor.java93 * @param image
94 * The image of the template class.
102 public static byte[] tailor( InputStream image, String templateClassName, String newClassName, String... replacements ) { argument
103 DataInputStream in = new DataInputStream(image);
182 // by now we got the properly tailored class file image
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DInjector.java77 static synchronized Class inject(ClassLoader cl, String className, byte[] image) { argument
96 Class c = (Class)defineClass.invoke(cl,className.replace('/','.'),image,0,image.length);
/openjdk7/jdk/test/java/awt/print/PaintSetEnabledDeadlock/
H A DPaintSetEnabledDeadlock.java95 Image image = null; field in class:TestPanel
121 if (image == null) {
122 image = createImage(rect.width, rect.height);
125 if (image != null) {
126 paramGraphics.drawImage(image, 0, 0, this);
163 if (image != null) {
164 Graphics localGraphics = image.getGraphics();

Completed in 63 milliseconds

123456789