org.xhtmlrenderer.layout
Interface InlinePaintable
- All Known Implementing Classes:
- AnonymousBlockBox, BlockBox, 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.
paintInline
void paintInline(RenderingContext c)
Flying Saucer Project Home