Package com.openhtmltopdf.layout
Interface InlinePaintable
- All Known Implementing Classes:
AnonymousBlockBox,BlockBox,FlowingColumnBox,FlowingColumnContainerBox,InlineLayoutBox,LineBox,MarginBox,TableBox,TableCellBox,TableRowBox,TableSectionBox,ViewportBox
public interface InlinePaintable
An interface which indicates that a box is able to paint itself in an
inline context. This includes lines and layed out inline content, but also
block content which participates in an inline formatting context.
-
Method Summary
Modifier and Type Method Description voidpaintInline(RenderingContext c)
-
Method Details
-
paintInline
-