| Interface | Description |
|---|---|
| Layout |
A layout is used to size and position the elements of a document according to
a specific strategy.
|
| LayoutHint |
Each element in a document is
accompanied by a hint, which gives some notes to the current layout on how
to layout the element. |
| Renderer |
A renderer is responsible for rendering certain, but not necessarily all
elements.
|
| RenderListener |
A render listener is called before and after a page has been rendered.
|
| Class | Description |
|---|---|
| ColumnLayout |
The column layout divides the page vertically into columns.
|
| ColumnLayoutHint |
The column layout hint provides currently the same possibilities as the
VerticalLayoutHint. |
| ColumnLayoutHint.ColumnLayoutHintBuilder |
A builder for creating a
VerticalLayoutHint using a fluent API. |
| RenderContext |
The render context is a container providing all state of the current
rendering process.
|
| VerticalLayout |
Layout implementation that stacks drawables vertically onto the page.
|
| VerticalLayoutHint |
Layout hint for the
VerticalLayout. |
| VerticalLayoutHint.VerticalLayoutHintBuilder |
A builder for creating a
VerticalLayoutHint using a fluent API. |
Copyright © 2022. All rights reserved.