Liking cljdoc? Tell your friends :D

javax.swing.plaf.synth.SynthCheckBoxUI

Provides the Synth L&F UI delegate for JCheckBox.

Provides the Synth L&F UI delegate for
JCheckBox.
raw docstring

*create-uiclj

(*create-ui b)

Creates a new UI object for the given component.

b - component to create UI object for - javax.swing.JComponent

returns: the UI object - javax.swing.plaf.ComponentUI

Creates a new UI object for the given component.

b - component to create UI object for - `javax.swing.JComponent`

returns: the UI object - `javax.swing.plaf.ComponentUI`
raw docstring

->synth-check-box-uiclj

(->synth-check-box-ui)

Constructor.

Constructor.
raw docstring

paint-borderclj

(paint-border this context g x y w h)

Paints the border.

context - a component context - javax.swing.plaf.synth.SynthContext g - Graphics to paint on - java.awt.Graphics x - the X coordinate - int y - the Y coordinate - int w - width of the border - int h - height of the border - int

Paints the border.

context - a component context - `javax.swing.plaf.synth.SynthContext`
g - Graphics to paint on - `java.awt.Graphics`
x - the X coordinate - `int`
y - the Y coordinate - `int`
w - width of the border - `int`
h - height of the border - `int`
raw docstring

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

× close