Flying Saucer Project Release ${app.version}

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.


Method Summary
 void paintInline(RenderingContext c)
           
 

Method Detail

paintInline

void paintInline(RenderingContext c)

Flying Saucer Project Release ${app.version}

Flying Saucer Project Home