public class

ImageIconUIResource

extends ImageIcon
implements UIResource
java.lang.Object
   ↳ javax.swing.ImageIcon
     ↳ sun.swing.ImageIconUIResource

Class Overview

A subclass of ImageIcon that implements UIResource.

Summary

[Expand]
Inherited Fields
From class javax.swing.ImageIcon
Public Constructors
ImageIconUIResource(byte[] imageData)
Calls the superclass constructor with the same parameter.
ImageIconUIResource(Image image)
Calls the superclass constructor with the same parameter.
[Expand]
Inherited Methods
From class javax.swing.ImageIcon
From class java.lang.Object
From interface javax.accessibility.Accessible
From interface javax.swing.Icon

Public Constructors

public ImageIconUIResource (byte[] imageData)

Calls the superclass constructor with the same parameter.

Parameters
imageData an array of pixels

public ImageIconUIResource (Image image)

Calls the superclass constructor with the same parameter.

Parameters
image an image
See Also