public static class StyleSheet.ListPainter extends java.lang.Object implements java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
paint(java.awt.Graphics g,
float x,
float y,
float w,
float h,
javax.swing.text.View v,
int item)
Paints the CSS list decoration according to the attributes given.
|
public void paint(java.awt.Graphics g, float x, float y, float w, float h, javax.swing.text.View v, int item)
g - - the graphics configurationx - - the x coordinatey - - the y coordinatew - - the width of the allocated areah - - the height of the allocated areav - - the view making the requestitem - - the list item to be painted >=0.