Searched defs:image (Results 76 - 100 of 223) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/java/awt/image/
H A DRGBImageFilter.java26 package java.awt.image;
28 import java.awt.image.ImageConsumer;
29 import java.awt.image.ColorModel;
33 * the pixels of an image in the default RGB ColorModel. It is meant to
39 * The only method which needs to be defined to create a useable image
41 * of a filter which swaps the red and blue components of an image:
108 * this class to filter pixels from an image should avoid calling
218 * this class to filter pixels from an image should avoid calling
255 * this class to filter pixels from an image should avoid calling
H A DReplicateScaleFilter.java26 package java.awt.image;
28 import java.awt.image.ImageConsumer;
29 import java.awt.image.ColorModel;
36 * image and provide a source for a new image containing the resampled
37 * image. The pixels in the source image are sampled to produce pixels
38 * for an image of the specified size by replicating rows and columns of
44 * of an image filtered on different platforms.
54 * The width of the source image
[all...]
H A DAreaAveragingScaleFilter.java26 package java.awt.image;
28 import java.awt.image.ImageConsumer;
29 import java.awt.image.ColorModel;
38 * image and provide a source for a new image containing the resampled
39 * image. The pixels in the source image are blended to produce pixels
40 * for an image of the specified size. The blending process is analogous
41 * to scaling up the source image to a multiple of the destination size
43 * size by simply averaging all the pixels in the supersized image tha
[all...]
/openjdk7/jdk/src/share/classes/java/awt/image/renderable/
H A DRenderContext.java36 package java.awt.image.renderable;
40 import java.awt.image.*;
H A DRenderableImage.java36 package java.awt.image.renderable;
39 import java.awt.image.*;
45 * independent of any specific rendering of the image. For example, a
75 * image data for this RenderableImage. Note that this method may
76 * return an empty vector, to indicate that the image has no sources,
84 * Gets a property from the property set of this image.
114 * usual width of a RenderableImage is equal to the image's aspect
117 * @return the width of the image in user coordinates.
125 * @return the height of the image in user coordinates.
130 * Gets the minimum X coordinate of the rendering-independent image dat
[all...]
H A DRenderableImageOp.java36 package java.awt.image.renderable;
39 import java.awt.image.RenderedImage;
80 * image data for this RenderableImage. Note that this method may
81 * return an empty vector, to indicate that the image has no sources,
110 * Gets a property from the property set of this image.
146 * usual width of a RenderableImage is equal to the image's aspect
149 * @return the width of the image in user coordinates.
162 * @return the height of the image in user coordinates.
172 * Gets the minimum X coordinate of the rendering-independent image data.
182 * Gets the minimum Y coordinate of the rendering-independent image dat
[all...]
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DImageGraphicAttribute.java63 * @param image the <code>Image</code> rendered by this
65 * This object keeps a reference to <code>image</code>.
69 public ImageGraphicAttribute(Image image, int alignment) { argument
71 this(image, alignment, 0, 0);
80 * @param image the <code>Image</code> rendered by this
82 * This object keeps a reference to <code>image</code>.
92 public ImageGraphicAttribute(Image image, argument
99 // Can't clone image
100 // fImage = (Image) image.clone();
101 fImage = image;
[all...]
/openjdk7/jdk/src/macosx/classes/com/apple/eawt/
H A D_AppDockIconHandler.java36 private static native void nativeSetDockIconImage(final long image); argument
72 public void setDockIconImage(final Image image) { argument
74 final CImage cImage = getCImageCreator().createFromImage(image);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DImageCache.java104 * Sets the cached image for the specified constraints.
106 * @param image The image to store in cache
107 * @param config The graphics configuration, needed if cached image is a Volatile Image. Used as part of cache key
108 * @param w The image width, used as part of cache key
109 * @param h The image height, used as part of cache key
110 * @param scale The image scale factor, used as part of cache key
111 * @return true if the image could be cached, false otherwise.
113 public boolean setImage(final Image image, argument
126 if (ref != null && ref.get() == image) retur
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DToken.java80 * The string image of the token.
82 public String image; field in class:Token
112 * interpreter. This attribute value is often different from the image.
136 public Token(int kind, String image) argument
139 this.image = image;
143 * Returns the image.
147 return image;
157 * case MyParserConstants.ID : return new IDToken(ofKind, image);
162 public static Token newToken(int ofKind, String image) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/swing/
H A DCachedPainter.java28 import java.awt.image.*;
35 * <li>Invoke <code>paint</code> when you want to paint the image,
39 * <li>Override <code>paintToImage</code> to render the image. The code that
48 * draw the image yourself. This is primarly useful when you are not
82 * Renders the cached image to the the passed in <code>Graphic</code>.
83 * If there is no cached image <code>paintToImage</code> will be invoked.
84 * <code>paintImage</code> is invoked to paint the cached image.
121 Image image = cache.getImage(key, config, w, h, args);
125 if (image instanceof VolatileImage) {
126 // See if we need to recreate the image
170 paintToImage(Component c, Image image, Graphics g, int w, int h, Object[] args) argument
186 paintImage(Component c, Graphics g, int x, int y, int w, int h, Image image, Object[] args) argument
[all...]
/openjdk7/jdk/test/sun/awt/image/ImageRepresentation/
H A DLUTCompareTest.java42 import java.awt.image.BufferedImage;
43 import java.awt.image.DataBuffer;
44 import java.awt.image.ImageObserver;
45 import java.awt.image.IndexColorModel;
46 import java.awt.image.WritableRaster;
83 Image image; field in class:LUTCompareTest
88 this.image = img;
91 public boolean imageUpdate(Image image, int info, argument
93 if (image == this.image) {
113 checkResults(Image image) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/print/
H A DPeekMetrics.java37 import java.awt.image.RenderedImage;
38 import java.awt.image.renderable.RenderableImage;
132 * in image.
134 public void drawImage(Graphics2D g, Image image) { argument
140 * in image.
142 public void drawImage(Graphics2D g, RenderedImage image) { argument
148 * in image.
150 public void drawImage(Graphics2D g, RenderableImage image) { argument
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalBumps.java29 import java.awt.image.*;
148 transient Image image; field in class:BumpBuffer
185 return image;
189 * Paints the bumps into the current image.
192 Graphics g = image.getGraphics();
216 * Creates the image appropriate for the passed in
221 image = gc.createCompatibleImage(IMAGE_SIZE, IMAGE_SIZE,
231 image = new BufferedImage(IMAGE_SIZE, IMAGE_SIZE,
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DEffectUtils.java32 import java.awt.image.BufferedImage;
33 import java.awt.image.Raster;
34 import java.awt.image.WritableRaster;
35 import java.awt.image.ColorModel;
45 * Clear a transparent image to 100% transparent
47 * @param img The image to clear
62 * @param src The image tp
63 * @param dst The destination image to draw blured src image into, null if you want a new one created
65 * @return The blured image
388 createColorModelCompatibleImage(BufferedImage image) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/image/
H A DImageDecoder.java26 package sun.awt.image;
31 import java.awt.image.*;
H A DImageFetcher.java26 package sun.awt.image;
207 System.err.println("Uncaught error fetching image:");
216 * Recycles this ImageFetcher thread as an image animator thread.
241 * Returns this image animator thread back to service as an ImageFetcher
H A DImagingLib.java26 package sun.awt.image;
29 import java.awt.image.AffineTransformOp;
30 import java.awt.image.BufferedImage;
31 import java.awt.image.BufferedImageOp;
32 import java.awt.image.ByteLookupTable;
33 import java.awt.image.ConvolveOp;
34 import java.awt.image.Kernel;
35 import java.awt.image.LookupOp;
36 import java.awt.image.LookupTable;
37 import java.awt.image
[all...]
H A DIntegerInterleavedRaster.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;
89 * @param dataBuffer The DataBufferInt that contains the image data.
118 * @param dataBuffer The DataBufferInt that contains the image dat
[all...]
H A DPixelConverter.java26 package sun.awt.image;
27 import java.awt.image.ColorModel;
28 import java.awt.image.DataBuffer;
H A DShortInterleavedRaster.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 DSunVolatileImage.java26 package sun.awt.image;
36 import java.awt.image.BufferedImage;
37 import java.awt.image.ImageObserver;
38 import java.awt.image.VolatileImage;
H A DSunWritableRaster.java26 package sun.awt.image;
31 import java.awt.image.DataBuffer;
32 import java.awt.image.DataBufferByte;
33 import java.awt.image.DataBufferUShort;
34 import java.awt.image.DataBufferInt;
35 import java.awt.image.SampleModel;
36 import java.awt.image.WritableRaster;
H A DSurfaceManager.java26 package sun.awt.image;
33 import java.awt.image.BufferedImage;
34 import java.awt.image.VolatileImage;
49 * image. The most common use of the caching mechanism is for destination
50 * SurfaceData objects to store cached copies of the source image.
97 * the source image that will let them save time when using or
98 * manipulating the image in the future.
103 * image or it must be individually tracked to see if it is
165 * isAccelerated() if the image has a current and valid
179 * image i
[all...]
H A DVolatileSurfaceManager.java26 package sun.awt.image;
33 import java.awt.image.BufferedImage;
34 import java.awt.image.VolatileImage;
36 import sun.awt.image.SunVolatileImage;
142 * Get the image ready for rendering. This method is called to make
145 * rendering to or from the image, to make sure the image is ready
148 * The image may not be "ready" if either we had problems creating
237 * @see java.awt.image.VolatileImage#contentsLost
300 * happened to the image unde
[all...]

Completed in 797 milliseconds

123456789