Liking cljdoc? Tell your friends :D

javax.swing.plaf.IconUIResource

An Icon wrapper class which implements UIResource. UI classes which set icon properties should use this class to wrap any icons specified as defaults.

This class delegates all method invocations to the Icon "delegate" object specified at construction.

Warning: Serialized objects of this class will not be compatible with future Swing releases. The current serialization support is appropriate for short term storage or RMI between applications running the same version of Swing. As of 1.4, support for long term storage of all JavaBeans™ has been added to the java.beans package. Please see XMLEncoder.

An Icon wrapper class which implements UIResource.  UI
classes which set icon properties should use this class
to wrap any icons specified as defaults.

This class delegates all method invocations to the
Icon "delegate" object specified at construction.

Warning:
Serialized objects of this class will not be compatible with
future Swing releases. The current serialization support is
appropriate for short term storage or RMI between applications running
the same version of Swing.  As of 1.4, support for long term storage
of all JavaBeans™
has been added to the java.beans package.
Please see XMLEncoder.
raw docstring

->icon-ui-resourceclj

(->icon-ui-resource delegate)

Constructor.

Creates a UIResource icon object which wraps an existing Icon instance.

delegate - the icon being wrapped - javax.swing.Icon

Constructor.

Creates a UIResource icon object which wraps
 an existing Icon instance.

delegate - the icon being wrapped - `javax.swing.Icon`
raw docstring

get-icon-heightclj

(get-icon-height this)

Description copied from interface: Icon

returns: an int specifying the fixed height of the icon. - int

Description copied from interface: Icon

returns: an int specifying the fixed height of the icon. - `int`
raw docstring

get-icon-widthclj

(get-icon-width this)

Description copied from interface: Icon

returns: an int specifying the fixed width of the icon. - int

Description copied from interface: Icon

returns: an int specifying the fixed width of the icon. - `int`
raw docstring

paint-iconclj

(paint-icon this c g x y)

Description copied from interface: Icon

c - java.awt.Component g - java.awt.Graphics x - int y - int

Description copied from interface: Icon

c - `java.awt.Component`
g - `java.awt.Graphics`
x - `int`
y - `int`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close