A view implementation to display an html list
A view implementation to display an html list
(->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`
(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`
(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`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |