Liking cljdoc? Tell your friends :D

javax.swing.text.html.ListView

A view implementation to display an html list

A view implementation to display an html list
raw docstring

->list-viewclj

(->list-view elem)

Constructor.

Creates a new view that represents a list element.

elem - the element to create a view for - javax.swing.text.Element

Constructor.

Creates a new view that represents a list element.

elem - the element to create a view for - `javax.swing.text.Element`
raw docstring

get-alignmentclj

(get-alignment this axis)

Calculates the desired shape of the list.

axis - may be either X_AXIS or Y_AXIS - int

returns: the desired span - float

Calculates the desired shape of the list.

axis - may be either X_AXIS or Y_AXIS - `int`

returns: the desired span - `float`
raw docstring

paintclj

(paint this g allocation)

Renders using the given rendering surface and area on that surface.

g - the rendering surface to use - java.awt.Graphics allocation - the allocated region to render into - java.awt.Shape

Renders using the given rendering surface and area on that
 surface.

g - the rendering surface to use - `java.awt.Graphics`
allocation - the allocated region to render into - `java.awt.Shape`
raw docstring

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

× close