(->radio-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`
(get-border-insets this c insets)
Description copied from class: AbstractBorder
c - the component for which this border insets value applies - java.awt.Component
insets - the object to be reinitialized - java.awt.Insets
returns: the insets object - java.awt.Insets
Description copied from class: AbstractBorder c - the component for which this border insets value applies - `java.awt.Component` insets - the object to be reinitialized - `java.awt.Insets` returns: the insets object - `java.awt.Insets`
(paint-border this c g x y width height)
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
width - the width of the painted border - int
height - 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` width - the width of the painted border - `int` height - the height of the painted border - `int`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close