Searched defs:image (Results 126 - 150 of 223) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DByteBandedRaster.java26 package sun.awt.image;
27 import java.awt.image.Raster;
28 import java.awt.image.WritableRaster;
29 import java.awt.image.RasterFormatException;
30 import java.awt.image.SampleModel;
31 import java.awt.image.BandedSampleModel;
32 import java.awt.image.DataBuffer;
33 import java.awt.image.DataBufferByte;
53 /** Data offsets for each band of image data. */
56 /** Scanline stride of the image dat
[all...]
H A DByteComponentRaster.java26 package sun.awt.image;
27 import java.awt.image.Raster;
28 import java.awt.image.WritableRaster;
29 import java.awt.image.RasterFormatException;
30 import java.awt.image.SampleModel;
31 import java.awt.image.ComponentSampleModel;
32 import java.awt.image.SinglePixelPackedSampleModel;
33 import java.awt.image.DataBuffer;
34 import java.awt.image.DataBufferByte;
49 * For example, 3-3-2 RGB image dat
[all...]
H A DByteInterleavedRaster.java26 package sun.awt.image;
27 import java.awt.image.Raster;
28 import java.awt.image.WritableRaster;
29 import java.awt.image.RasterFormatException;
30 import java.awt.image.SampleModel;
31 import java.awt.image.ComponentSampleModel;
32 import java.awt.image.PixelInterleavedSampleModel;
33 import java.awt.image.SinglePixelPackedSampleModel;
34 import java.awt.image.DataBuffer;
35 import java.awt.image
[all...]
H A DBytePackedRaster.java26 package sun.awt.image;
27 import java.awt.image.Raster;
28 import java.awt.image.WritableRaster;
29 import java.awt.image.RasterFormatException;
30 import java.awt.image.SampleModel;
31 import java.awt.image.MultiPixelPackedSampleModel;
32 import java.awt.image.DataBuffer;
33 import java.awt.image.DataBufferByte;
38 * This class is useful for describing 1, 2, or 4 bit image data
50 /** Scanline stride of the image dat
[all...]
H A DInputStreamImageSource.java26 package sun.awt.image;
28 import java.awt.image.*;
115 // image data is small fish compared to what they could be
118 throw new SecurityException("Applets are trading image data!");
149 ((ImageRepresentation)cq.consumer).image.flush();
194 if (content_type.equals("image/gif")) {
196 } else if (content_type.equals("image/jpeg")) {
198 } else if (content_type.equals("image/x-xbitmap")) {
H A DIntegerComponentRaster.java26 package sun.awt.image;
27 import java.awt.image.Raster;
28 import java.awt.image.WritableRaster;
29 import java.awt.image.RasterFormatException;
30 import java.awt.image.SampleModel;
31 import java.awt.image.SinglePixelPackedSampleModel;
32 import java.awt.image.DataBuffer;
33 import java.awt.image.DataBufferInt;
71 /** Data offsets for each band of image data. */
74 /** Scanline stride of the image dat
[all...]
H A DShortBandedRaster.java26 package sun.awt.image;
27 import java.awt.image.Raster;
28 import java.awt.image.WritableRaster;
29 import java.awt.image.RasterFormatException;
30 import java.awt.image.SampleModel;
31 import java.awt.image.BandedSampleModel;
32 import java.awt.image.DataBuffer;
33 import java.awt.image.DataBufferUShort;
51 /** Data offsets for each band of image data. */
54 /** Scanline stride of the image dat
[all...]
H A DShortComponentRaster.java26 package sun.awt.image;
27 import java.awt.image.Raster;
28 import java.awt.image.WritableRaster;
29 import java.awt.image.RasterFormatException;
30 import java.awt.image.SampleModel;
31 import java.awt.image.ComponentSampleModel;
32 import java.awt.image.SinglePixelPackedSampleModel;
33 import java.awt.image.DataBuffer;
34 import java.awt.image.DataBufferUShort;
48 * For example, 5-6-5 RGB image dat
[all...]
H A DToolkitImage.java26 package sun.awt.image;
35 import java.awt.image.BufferedImage;
36 import java.awt.image.ColorModel;
37 import java.awt.image.ImageProducer;
38 import java.awt.image.ImageConsumer;
39 import java.awt.image.ImageObserver;
40 import sun.awt.image.ImageRepresentation;
41 import sun.awt.image.FileImageSource;
46 * The object which is used to reconstruct the original image data
64 * Construct an image fro
[all...]
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DColorConvertOp.java36 package java.awt.image;
51 * the source image. The resulting color values are scaled to the precision
52 * of the destination image. Color conversion can be specified
92 * directly from the ColorSpace of the source image to that of the
242 * If the destination image is null,
354 /* color convert the image */
451 * ColorConverts the image data in the source Raster.
606 * Creates a zeroed destination image with the correct size and number of
608 * @param src Source image for the filter operation.
643 BufferedImage image;
[all...]
H A DComponentSampleModel.java36 package java.awt.image;
41 * This class represents image data which is stored such that each sample
45 * Accessor methods are provided so that image data can be manipulated
54 * The bands are numbered from 0 to N-1. This class can represent image
72 * @see java.awt.image.PixelInterleavedSampleModel
73 * @see java.awt.image.BandedSampleModel
81 /** Index for each bank storing a band of image data. */
97 * Line stride (in data array elements) of the region of image
102 /** Pixel stride (in data array elements) of the region of image
119 * image dat
[all...]
H A DDirectColorModel.java26 package java.awt.image;
64 * typically used with image data which uses masks to define packed
H A DMemoryImageSource.java26 package java.awt.image;
28 import java.awt.image.ImageConsumer;
29 import java.awt.image.ImageProducer;
30 import java.awt.image.ColorModel;
38 * which calculates a 100x100 image representing a fade from black to blue
56 * The MemoryImageSource is also capable of managing a memory image which
78 * image = createImage(source);
149 * uses to process an image
189 * uses to process an image
242 * uses to process an image
[all...]
H A DMultiPixelPackedSampleModel.java36 package java.awt.image;
94 * image data described
96 * image data described
126 * image data described
128 * image data described
130 * @param scanlineStride the line stride of the image data
131 * @param dataBitOffset the data bit offset for the region of image
347 * @param data the <code>DataBuffer</code> containing the image
379 * @param data the <code>DataBuffer</code> where image data is stored
442 * @param data the <code>DataBuffer</code> containing the image dat
[all...]
H A DPixelGrabber.java26 package java.awt.image;
29 import java.awt.image.ImageProducer;
30 import java.awt.image.ImageConsumer;
31 import java.awt.image.ColorModel;
37 * in that image. Here is an example:
58 * System.err.println("image fetch aborted or errored");
98 * section of pixels from the specified image into the given array.
104 * @param img the image to retrieve pixels from
106 * of pixels to retrieve from the image, relative to the default
107 * (unscaled) size of the image
[all...]
H A DSampleModel.java36 package java.awt.image;
40 * in an image. All image data is expressed as a collection of pixels.
42 * for one band of an image and a band consists of all samples of a
43 * particular type in an image. For example, a pixel might contain
45 * There are three bands in the image containing this pixel. One band
47 * image. The second band consists of all the green samples and
56 * In the Java 2D(tm) API, built-in image processing operators may
72 * @see java.awt.image.DataBuffer
73 * @see java.awt.image
[all...]
H A DSinglePixelPackedSampleModel.java36 package java.awt.image;
50 * that the image data can be manipulated directly. Scanline stride is the
68 /** Bit masks for all bands of the image data. */
71 /** Bit Offsets for all bands of the image data. */
74 /** Bit sizes for all the bands of the image data. */
80 /** Line stride of the region of image data described by this
99 * image data described.
101 * image data described.
128 * image data described.
130 * image dat
[all...]
/openjdk7/jdk/src/share/classes/java/awt/image/renderable/
H A DParameterBlock.java26 package java.awt.image.renderable;
27 import java.awt.image.RenderedImage;
174 * Adds an image to end of the list of sources. The image is
178 * @param source an image object to be stored in the source list.
205 * @param source the specified source image
231 * image that is at the specified index in the
245 * image that is at the specified index in the
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageTypeSpecifier.java30 import java.awt.image.BandedSampleModel;
31 import java.awt.image.BufferedImage;
32 import java.awt.image.ColorModel;
34 import java.awt.image.IndexColorModel;
35 import java.awt.image.ComponentColorModel;
36 import java.awt.image.DataBuffer;
37 import java.awt.image.DirectColorModel;
38 import java.awt.image.MultiPixelPackedSampleModel;
39 import java.awt.image.PixelInterleavedSampleModel;
40 import java.awt.image
126 ImageTypeSpecifier(RenderedImage image) argument
923 createFromRenderedImage(RenderedImage image) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsScrollBarUI.java30 import java.awt.image.*;
374 private BufferedImage image; field in class:WindowsScrollBarUI.Grid
395 image = new BufferedImage(BUFFER_SIZE, BUFFER_SIZE,
397 Graphics g = image.getGraphics();
433 g.drawImage(image, xCounter, yCounter,
/openjdk7/jdk/src/share/classes/java/awt/
H A DMediaTracker.java30 import java.awt.image.ImageObserver;
40 * method for each image to be tracked. In addition, each image can
49 * Tracking an animated image
51 * due to the multi-part nature of animated image
54 * <code>MediaTracker</code> treats an animated image
59 * that the image is completely loaded.
60 * If no <code>ImageObserver</code>s are observing the image
62 * the image might flush itself
110 * // First wait for the background image t
210 addImage(Image image, int id) argument
224 addImage(Image image, int id, int w, int h) argument
721 removeImage(Image image) argument
752 removeImage(Image image, int id) argument
784 removeImage(Image image, int id, int width, int height) argument
882 Image image; field in class:ImageMediaEntry
[all...]
H A DTrayIcon.java41 * <code>TrayIcon</code> can have a tooltip (text), an image, a popup
88 private Image image; field in class:TrayIcon
150 * Creates a <code>TrayIcon</code> with the specified image.
152 * @param image the <code>Image</code> to be used
153 * @throws IllegalArgumentException if <code>image</code> is
167 public TrayIcon(Image image) { argument
169 if (image == null) {
172 setImage(image);
176 * Creates a <code>TrayIcon</code> with the specified image and
179 * @param image th
196 TrayIcon(Image image, String tooltip) argument
226 TrayIcon(Image image, String tooltip, PopupMenu popup) argument
253 setImage(Image image) argument
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/eawt/
H A DApplication.java333 * Changes this application's Dock icon to the provided image.
335 * @param image
340 public void setDockIconImage(final Image image) { argument
341 iconHandler.setDockIconImage(image);
345 * Obtains an image of this application's Dock icon.
347 * @return an image of this application's Dock icon
/openjdk7/jdk/src/macosx/classes/sun/java2d/opengl/
H A DCGLSurfaceData.java34 import java.awt.image.ColorModel;
128 Image image, int type) {
133 image, gc.getColorModel(), FLIP_BACKBUFFER);
136 r.height, image, gc.getColorModel(), type);
145 int width, int height, ColorModel cm, Image image, int type) {
146 return new CGLOffScreenSurfaceData(null, gc, width, height, image, cm,
315 CGLGraphicsConfig gc, int width, int height, Image image,
317 super(pView, gc, width, height, image, cm, type);
318 flipSurface = CGLSurfaceData.createData(pView, image,
337 CGLGraphicsConfig gc, int width, int height, Image image,
127 createData(CPlatformView pView, Image image, int type) argument
144 createData(CGLGraphicsConfig gc, int width, int height, ColorModel cm, Image image, int type) argument
314 CGLVSyncOffScreenSurfaceData(CPlatformView pView, CGLGraphicsConfig gc, int width, int height, Image image, ColorModel cm, int type) argument
336 CGLOffScreenSurfaceData(CPlatformView pView, CGLGraphicsConfig gc, int width, int height, Image image, ColorModel cm, int type) argument
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCImage.java30 import java.awt.image.*;
32 import sun.awt.image.SunWritableRaster;
40 private static native void nativeCopyNSImageIntoArray(long image, int[] buffer, int w, int h); argument
41 private static native Dimension2D nativeGetNSImageSize(long image); argument
42 private static native void nativeSetNSImageSize(long image, double w, double h); argument
55 public BufferedImage createImageUsingNativeSize(final long image) { argument
56 if (image == 0) return null;
57 final Dimension2D size = nativeGetNSImageSize(image);
58 return createBufferedImage(image, size.getWidth(), size.getHeight());
61 // the width and height passed in as a parameter could differ than the width and the height of the NSImage (image), i
62 createBufferedImage(long image, double width, double height) argument
67 createImageWithSize(final long image, final double width, final double height) argument
96 imageToArray(Image image, boolean prepareImage) argument
131 createFromImageImmediately(final Image image) argument
143 createFromImage(final Image image) argument
[all...]

Completed in 79 milliseconds

123456789