| Interface | Description |
|---|---|
| Dividable |
If a drawable is marked as
Dividable, it can be (vertically) divided
in case it does not fit on the (remaining) page. |
| Drawable |
Common interface for drawable objects.
|
| Element |
Base (tagging) interface for elements in a
Document. |
| Class | Description |
|---|---|
| ControlElement |
ControlElements do not have a drawable representation, but control page flow,
rendering etc.
|
| Cutter |
A cutter transforms any Drawable element into a
Dividable. |
| Dimension |
In order to avoid dependencies to AWT, we use our own Dimension class here.
|
| Dividable.Divided |
A container for the result of a
Dividable.divide(float, float)
operation. |
| Document |
The central class for creating a document.
|
| Frame |
The frame is a container for a
Drawable, that allows to add margin,
padding, border and background to the contained drawable. |
| HorizontalRuler |
A horizontal ruler that adjust its width to the given
max width. |
| ImageElement | |
| PageFormat |
Defines the size and orientation of a page.
|
| PageFormat.PageFormatBuilder | |
| Paragraph |
A paragraph is used as a container for
text that is drawn as
one element. |
| PositionControl |
Utility class to create elements that allow the manipulation of the current
layout position.
|
| PositionControl.MarkPosition | |
| PositionControl.MovePosition | |
| PositionControl.SetPosition | |
| Rectangle |
In order to avoid dependencies to AWT, we use our own Rectangle class here.
|
| VerticalSpacer |
A drawable element that occupies some vertical space without any graphical
representation.
|
| Enum | Description |
|---|---|
| Orientation |
Copyright © 2022. All rights reserved.