Liking cljdoc? Tell your friends :D
Clojure only.

javax.swing.text.html.StyleSheet$ListPainter

Class to carry out some of the duties of CSS list formatting. Implementations of this class enable views to present the CSS formatting while not knowing anything about how the CSS values are being cached.

Class to carry out some of the duties of CSS list
formatting.  Implementations of this
class enable views to present the CSS formatting
while not knowing anything about how the CSS values
are being cached.
raw docstring

paintclj

(paint this g x y w h v item)

Paints the CSS list decoration according to the attributes given.

g - the rendering surface. - java.awt.Graphics x - the x coordinate of the list item allocation - float y - the y coordinate of the list item allocation - float w - the width of the list item allocation - float h - the height of the list item allocation - float v - the allocated area to paint into. - javax.swing.text.View item - which list item is being painted. This is a number greater than or equal to 0. - int

Paints the CSS list decoration according to the
 attributes given.

g - the rendering surface. - `java.awt.Graphics`
x - the x coordinate of the list item allocation - `float`
y - the y coordinate of the list item allocation - `float`
w - the width of the list item allocation - `float`
h - the height of the list item allocation - `float`
v - the allocated area to paint into. - `javax.swing.text.View`
item - which list item is being painted. This is a number greater than or equal to 0. - `int`
raw docstring

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

× close