| Class and Description |
|---|
| be.quodlibet.boxable.BoxableUtils
All methods have been moved elsewhere, see each method for more
details
|
| Method and Description |
|---|
| be.quodlibet.boxable.Table.createPage()
Use a
PageProvider instead |
| be.quodlibet.boxable.Paragraph.getColor()
This method will be replaced by
public Color getColor() in a future release |
| be.quodlibet.boxable.Paragraph.getFontWidth()
This method will be removed in a future release
|
| be.quodlibet.boxable.BoxableUtils.loadFont(PDDocument, String)
Use
loadFont(PDDocument, String) instead |
| be.quodlibet.boxable.image.Image.scale(float) |
| be.quodlibet.boxable.Table.setHeader(Row<T>)
Use
Table.addHeaderRow(Row) instead, as it supports
multiple header rows |
| be.quodlibet.boxable.Paragraph.withColor(int)
This method will be removed in a future release
|
| be.quodlibet.boxable.Paragraph.withFont(PDFont, int)
This method will be removed in a future release
|
| be.quodlibet.boxable.Paragraph.withWidth(int)
This method will be removed in a future release
|
| Constructor and Description |
|---|
| be.quodlibet.boxable.AbstractTemplatedTable(float, float, float, float, float, PDDocument, T, boolean, boolean) |
| be.quodlibet.boxable.AbstractTemplatedTable(float, float, float, float, PDDocument, boolean, boolean) |
| be.quodlibet.boxable.Table(float, float, float, float, float, PDDocument, T, boolean, boolean)
Use one of the constructors that pass a
PageProvider |
| be.quodlibet.boxable.Table(float, float, float, float, PDDocument, boolean, boolean)
Use one of the constructors that pass a
PageProvider |
Copyright © 2020. All rights reserved.