Package org.daisy.dotify.formatter.impl.row
Provides functionality for line breaking a block of text.
The main class is BlockContentManager
.
IMPORTANT: This package is part of the FormatterFactory implementation
in org.daisy.dotify.formatter.impl
. Classes in this package
should only be used by this implementation.
-
Interface Summary Interface Description BlockStatistics TODO: Write java doc. -
Class Summary Class Description AbstractBlockContentManager TODO: Write java doc.BlockContentManager BlockHandler is responsible for breaking blocks of text into rows.BlockMargin Provides the required margins.LineProperties Provides details about a line.LineProperties.Builder Provides a builder of line properties.ListItem Provides a list item.Margin Provides a margin.MarginComponent TODO: Write java doc.MarginProperties Provides properties for a margin.RowDataProperties Provides properties for a block.RowDataProperties.Builder TODO: Write java doc.RowImpl Provides a single row of text.RowImpl.Builder TODO: Write java doc.SingleLineDecoration Provides a definition for a single line decoration. -
Enum Summary Enum Description Margin.Type TODO: Write java doc.