Uses of Class java.awt.Image
Uses in package java.awt.peer
Methods with parameter type java.awt.Image
int
Returns the construction status of the specified image.
boolean
Prepares an image for rendering on this component.
Methods with return type java.awt.Image
Image Creates an empty image with the specified width
and
height
.
Image Creates an image by starting the specified image producer.
Image Return the back buffer of this component.
Uses in package java.awt
Fields of type java.awt.Image
Image An Image reference to the drawing buffer.
Methods with parameter type java.awt.Image
void
Adds an image to the tracker with the specified ID
.
void
Adds an image to the tracker with the specified ID
.
int
Returns the status of the loading of the specified image.
int
Checks the status of specified image as it is being readied for
rendering.
int
Returns the status of the loading of the specified image.
Cursor Creates a new custom cursor object.
boolean
Graphics.
drawImage(
Image image, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2,
Color bgcolor,
ImageObserver observer)
FIXME: Write Javadocs for this when you understand it.
boolean
FIXME: Write Javadocs for this when you understand it.
boolean
Draws all of the image that is available and returns.
boolean
Draws all of the image that is available and returns.
boolean
Draws all of the image that is available and returns.
boolean
Draws all of the image that is available and returns.
boolean
Called when an image has changed so that this component is repainted.
boolean
Prepares the specified image for rendering on this component at the
specified scaled width and height
boolean
Readies an image to be rendered on the screen.
boolean
Prepares the specified image for rendering on this component.
void
Removes an image from this MediaTracker.
void
Removes an image with the specified ID from this MediaTracker.
void
Removes an image with the specified ID and scale from this MediaTracker.
void
Sets this frame's icon to the specified value.
Methods with return type java.awt.Image
Image Creates an image from the specified byte array.
Image Creates an image from the specified portion of the byte array passed.
Image Creates an image with the specified width and height for use in
double buffering.
Image Creates an image from the specified producer.
Image Creates an image using the specified ImageProducer
Image Return a direct reference to the back buffer image.
Image Returns this frame's icon.
Image Returns an image from the specified file, which must be in a
recognized format.
Image Returns an image from the specified URL, which must be in a
recognized format.
Image Scales the image to the requested dimension.
Uses in package java.awt.im.spi
Methods with return type java.awt.Image
Image Returns a 16x16 icon for the input locale.
Uses in package java.awt.dnd.peer
Methods with parameter type java.awt.Image
Uses in package java.awt.image
Classes derived from java.awt.Image
class
A buffered image always starts at coordinates (0, 0).
class
VolatileImage represents a hardware-accelerated graphics buffer.
Constructors with parameter type java.awt.Image
Construct a PixelGrabber that will retrieve data from a given
Image.
Construct a PixelGrabber that will retrieve RGB data from a given
Image.
Methods with parameter type java.awt.Image
boolean
This is a callback method for an asynchronous image producer to
provide updates on the production of the image as it happens.
Uses in package javax.swing.text.html
Methods with return type java.awt.Image
Image Get the image to render.
Uses in package java.beans
Methods with return type java.awt.Image
Image Get a visual icon for this Bean.
Image Say that this Bean has no icons.
Image Helper method to load an image using the Bean class
getResource() method on the BeanInfo class (using
getClass(), since you'll extend this class to get
the BeanInfo).
Uses in package java.awt.font
Constructors with parameter type java.awt.Image
Constucts an instance from the specified Image.
Constucts an instance from the specified Image.
Uses in package java.awt.dnd
Constructors with parameter type java.awt.Image
Initializes a drag source context.
Methods with parameter type java.awt.Image
void
Starts the drag given the initial Cursor to display, the Transferable
object, and the DragSourceListener to use.
void
Start a drag, given the DragGestureEvent that initiated the drag.
void
Start a drag, given the DragGestureEvent that initiated the drag.
Uses in package java.applet
Methods with return type java.awt.Image
Image Returns an image from the specified URL.
Image Returns an image from the specified URL.
Image Returns an image from the specified absolute URL, and relative path
from that URL.
Uses in package javax.swing
Constructors with parameter type java.awt.Image
Creates an ImageIcon from the given Image without any description
set.
Creates an ImageIcon from the given Image and sets the given
description.
Fields of type java.awt.Image
Image The backingstore image used for the backingstore and blit scroll methods.
Methods with parameter type java.awt.Image
Image Create grayed image
boolean
DebugGraphics.
drawImage(
Image image, int dx1, int dy1, int dx2, int dy2, int sx1, int sy1, int sx2, int sy2,
Color background,
ImageObserver observer)
drawImage
boolean
Called when image data becomes available for one of the button's icons.
boolean
Returns false if the current icon image (current icon will depend on
whether the label is enabled) is not equal to the passed in image.
void
Loads the image and blocks until the loading operation is finished.
void
Explicitly sets the backing Image for this ImageIcon.
Methods with return type java.awt.Image
Image Create grayed image
Image Returns the backing Image for this ImageIcon.
Image Get an offscreen buffer for painting a component's image.
Image Creates and returns a volatile offscreen buffer for the specified
component that can be used as a double buffer.