Liking cljdoc? Tell your friends :D

javax.swing.plaf.basic.BasicRadioButtonUI

RadioButtonUI implementation for BasicRadioButtonUI

RadioButtonUI implementation for BasicRadioButtonUI
raw docstring

*create-uiclj

(*create-ui b)

Returns an instance of BasicRadioButtonUI.

b - a component - javax.swing.JComponent

returns: an instance of BasicRadioButtonUI - javax.swing.plaf.ComponentUI

Returns an instance of BasicRadioButtonUI.

b - a component - `javax.swing.JComponent`

returns: an instance of BasicRadioButtonUI - `javax.swing.plaf.ComponentUI`
raw docstring

->basic-radio-button-uiclj

(->basic-radio-button-ui)

Constructor.

Constructor.
raw docstring

get-default-iconclj

(get-default-icon this)

Returns the default icon.

returns: the default icon - javax.swing.Icon

Returns the default icon.

returns: the default icon - `javax.swing.Icon`
raw docstring

get-preferred-sizeclj

(get-preferred-size this c)

The preferred size of the radio button

c - the component whose preferred size is being queried; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - javax.swing.JComponent

returns: java.awt.Dimension

The preferred size of the radio button

c - the component whose preferred size is being queried; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - `javax.swing.JComponent`

returns: `java.awt.Dimension`
raw docstring

paintclj

(paint this g c)

paint the radio button

g - the Graphics context in which to paint - java.awt.Graphics c - the component being painted; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - javax.swing.JComponent

paint the radio button

g - the Graphics context in which to paint - `java.awt.Graphics`
c - the component being painted; this argument is often ignored, but might be used if the UI object is stateless and shared by multiple components - `javax.swing.JComponent`
raw docstring

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

× close