|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added interface javax.accessibility.Accessible
.
Documentation changed from old to new.
Changed Constructors | ||
byte[] ) |
Documentation changed from old to new. |
Creates an ImageIcon from an array of bytes which were read from an image file containing a supported image format such as GIF or JPEG. |
Image ) |
Documentation changed from old to new. |
Creates an ImageIcon from an image object. |
String ) |
Documentation changed from old to new. |
Creates an ImageIcon from the specified file. |
URL ) |
Documentation changed from old to new. |
Creates an ImageIcon from the specified URL. |
URL, |
Documentation changed from old to new. |
Creates an ImageIcon from the specified URL. |
Added Methods | |
AccessibleContext getAccessibleContext() |
Gets the AccessibleContext associated with this ImageIcon. |
Changed Methods | ||
String getDescription() |
Documentation changed from old to new. |
Gets the description of the image. |
int getIconHeight() |
Documentation changed from old to new. |
Gets the height of the icon. |
int getIconWidth() |
Documentation changed from old to new. |
Gets the width of the icon. |
Image getImage() |
Documentation changed from old to new. |
Returns this icon's Image . |
int getImageLoadStatus() |
Documentation changed from old to new. |
Returns the status of the image loading operation. |
ImageObserver getImageObserver() |
Documentation changed from old to new. |
Returns the image observer for the image. |
void loadImage(Image ) |
Documentation changed from old to new. |
Loads the image returning only when the image is loaded. |
void paintIcon(Component, |
Documentation changed from old to new. |
Paints the icon. |
void setDescription(String ) |
Documentation changed from old to new. |
Sets the description of the image. |
void setImage(Image ) |
Documentation changed from old to new. |
Sets the image displayed by this icon. |
void setImageObserver(ImageObserver ) |
Documentation changed from old to new. |
Sets the image observer for the image. |
String toString() |
Documentation changed from old to new. Method was inherited from Object, but is now defined locally. |
Returns a string representation of this image. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |