gnu.javax.swing.text.html

Class ImageViewIconFactory


public class ImageViewIconFactory
extends Object

Creates icons for ImageView. The icons reflect the basic ideas of the Sun's icons as they would be described in the text (sheet of paper with image and broken sheet of paper with image). They are not pixel to pixel identical and contain elements from the metal icon factory.

Nested Class Summary

static class
ImageViewIconFactory.LoadingImageIcon
This icon reflects the general concept (sheet of paper with image), but is currently not pixel to pixel identical with the Sun's implementation.
static class
ImageViewIconFactory.NoImageIcon
This icon reflects the general concept (broken sheet of paper with image), but is currently not pixel to pixel identical with the Sun's implementation.

Method Summary

static Icon
getLoadingImageIcon()
static Icon
getNoImageIcon()

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Details

getLoadingImageIcon

public static Icon getLoadingImageIcon()

getNoImageIcon

public static Icon getNoImageIcon()