Liking cljdoc? Tell your friends :D

javax.swing.plaf.basic.BasicBorders$RolloverButtonBorder

Special thin border for rollover toolbar buttons.

Special thin border for rollover toolbar buttons.
raw docstring

->rollover-button-borderclj

(->rollover-button-border shadow dark-shadow highlight light-highlight)

Constructor.

shadow - java.awt.Color dark-shadow - java.awt.Color highlight - java.awt.Color light-highlight - java.awt.Color

Constructor.

shadow - `java.awt.Color`
dark-shadow - `java.awt.Color`
highlight - `java.awt.Color`
light-highlight - `java.awt.Color`
raw docstring

paint-borderclj

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

Description copied from class: AbstractBorder

c - the component for which this border is being painted - java.awt.Component g - the paint graphics - java.awt.Graphics x - the x position of the painted border - int y - the y position of the painted border - int w - the width of the painted border - int h - the height of the painted border - int

Description copied from class: AbstractBorder

c - the component for which this border is being painted - `java.awt.Component`
g - the paint graphics - `java.awt.Graphics`
x - the x position of the painted border - `int`
y - the y position of the painted border - `int`
w - the width of the painted border - `int`
h - the height of the painted border - `int`
raw docstring

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

× close