Package com.openhtmltopdf.layout
Interface InlinePaintable
-
- All Known Implementing Classes:
AnonymousBlockBox,BlockBox,FlowingColumnBox,FlowingColumnContainerBox,InlineLayoutBox,LineBox,MarginBox,TableBox,TableCellBox,TableRowBox,TableSectionBox,ViewportBox
public interface InlinePaintableAn 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidpaintInline(RenderingContext c)
-
-
-
Method Detail
-
paintInline
void paintInline(RenderingContext c)
-
-