Liking cljdoc? Tell your friends :D

javax.swing.plaf.BorderUIResource


*get-black-line-border-ui-resourceclj

(*get-black-line-border-ui-resource)

returns: javax.swing.border.Border

returns: `javax.swing.border.Border`
raw docstring

*get-etched-border-ui-resourceclj

(*get-etched-border-ui-resource)

returns: javax.swing.border.Border

returns: `javax.swing.border.Border`
raw docstring

*get-lowered-bevel-border-ui-resourceclj

(*get-lowered-bevel-border-ui-resource)

returns: javax.swing.border.Border

returns: `javax.swing.border.Border`
raw docstring

*get-raised-bevel-border-ui-resourceclj

(*get-raised-bevel-border-ui-resource)

returns: javax.swing.border.Border

returns: `javax.swing.border.Border`
raw docstring

->border-ui-resourceclj

(->border-ui-resource delegate)

Constructor.

Creates a UIResource border object which wraps an existing Border instance.

delegate - the border being wrapped - javax.swing.border.Border

Constructor.

Creates a UIResource border object which wraps
 an existing Border instance.

delegate - the border being wrapped - `javax.swing.border.Border`
raw docstring

border-opaque?clj

(border-opaque? this)

Description copied from interface: Border

returns: boolean

Description copied from interface: Border

returns: `boolean`
raw docstring

get-border-insetsclj

(get-border-insets this c)

Description copied from interface: Border

c - the component for which this border insets value applies - java.awt.Component

returns: java.awt.Insets

Description copied from interface: Border

c - the component for which this border insets value applies - `java.awt.Component`

returns: `java.awt.Insets`
raw docstring

paint-borderclj

(paint-border this c g x y width height)

Description copied from interface: Border

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 interface: Border

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`
raw docstring

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

× close