Package resources.icons
package resources.icons
-
ClassDescription
LazyImageIcon
that is created from a byte arrayAn icon that will update it's x,y offset to be centered over another, presumably larger icon.LazyImageIcon
that creates a disabled version of an iconDeprecated, for removal: This API element is subject to removal in a future version.IconWrapper
provides a simple icon wrapper which delays icon construction until its first use.Deprecated, for removal: This API element is subject to removal in a future version.This class has been replaced by a series of classes that extendLazyImageIcon
:UrlImageIcon
,DerivedImageIcon
,BytesImageIcon
,DisabledImageIcon
, andScaledImageIcon
.LazyImageIcon
provides the ability to instantiate an ImageIcon with delayed loading.Paints an oval of the given size, based upon the Component passed toOvalBackgroundColorIcon.paintIcon(Component, Graphics, int, int)
.LazyImageIcon
that creates a reflected version of an icon.LazyImageIcon
that creates a scaled version of an iconDeprecated, for removal: This API element is subject to removal in a future version.This class has been replaced byScaledImageIcon
since it extendsImageIconWrapper
which has also been deprecated.Icon class for when we can't find an icon for a pathLazyImageIcon
that is created from a URL to an icon file.
DisabledImageIcon
since it extendsImageIconWrapper
which has also been deprecated.