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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
paintInline(RenderingContext c)
-
-
-
Method Detail
-
paintInline
void paintInline(RenderingContext c)
-
-