| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPLRenderableObject<IMPLTYPE extends AbstractPLRenderableObject<IMPLTYPE>>
Abstract layout object that supports rendering.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPLAlignedElement<IMPLTYPE extends AbstractPLAlignedElement<IMPLTYPE>>
Base class for text and image elements - so elements only having a padding
but no border themselves.
|
class |
AbstractPLElement<IMPLTYPE extends AbstractPLElement<IMPLTYPE>>
Abstract renderable PL element having a padding only
|
| Modifier and Type | Class and Description |
|---|---|
class |
PLImage
Render an image
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPLHBox<IMPLTYPE extends AbstractPLHBox<IMPLTYPE>>
Horizontal box - groups several columns.
|
class |
AbstractPLHBoxSplittable<IMPLTYPE extends AbstractPLHBoxSplittable<IMPLTYPE>>
Horizontal box - groups several columns.
|
class |
PLHBox
Horizontal box - groups several columns.
|
class |
PLHBoxSplittable
Horizontal box - groups several columns.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PLPageBreak
A page break that ensures a new page is started afterwards.
|
class |
PLSpacerX
A horizontal spacer
|
class |
PLSpacerY
A vertical spacer
|
| Modifier and Type | Class and Description |
|---|---|
class |
PLTable
A special table with a repeating header
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPLText<IMPLTYPE extends AbstractPLText<IMPLTYPE>>
Render text
|
class |
PLText
Render text
|
class |
PLTextSplittable
Render text
|
class |
PLTextWithPlaceholders
Render text but before that replace all placeholders defined in the
RenderingContext. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPLVBox<IMPLTYPE extends AbstractPLVBox<IMPLTYPE>>
Vertical box - groups several rows.
|
class |
AbstractPLVBoxSplittable<IMPLTYPE extends AbstractPLVBoxSplittable<IMPLTYPE>>
Vertical box - groups several rows.
|
class |
PLVBox
Vertical box - groups several rows.
|
class |
PLVBoxSplittable
Vertical box - groups several rows.
|
Copyright © 2014–2016 Philip Helger. All rights reserved.