Liking cljdoc? Tell your friends :D

javax.swing.plaf.metal.MetalIconFactory$PaletteCloseIcon

Defines an icon for Palette close

Defines an icon for Palette close
raw docstring

->palette-close-iconclj

(->palette-close-icon)

Constructor.

Constructor.
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