Package com.openhtmltopdf.render
Class ListItemPainter
java.lang.Object
com.openhtmltopdf.render.ListItemPainter
public class ListItemPainter extends Object
A utility class to paint list markers (all types).
- See Also:
MarkerData
-
Constructor Summary
Constructors Constructor Description ListItemPainter() -
Method Summary
Modifier and Type Method Description static voidpaint(RenderingContext c, BlockBox box)
-
Constructor Details
-
ListItemPainter
public ListItemPainter()
-
-
Method Details