| Modifier and Type | Field and Description |
|---|---|
protected List<BiConsumer<Drawer,DrawingContext>> |
TableDrawer.drawerList |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TableDrawer.drawRow(Point2D.Float start,
Row row,
int rowIndex,
BiConsumer<Drawer,DrawingContext> consumer) |
protected void |
TableDrawer.drawWithFunction(TableDrawer.PageData pageData,
Point2D.Float startingPoint,
BiConsumer<Drawer,DrawingContext> consumer) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCellDrawer<T extends AbstractCell> |
class |
ImageCellDrawer |
class |
ParagraphCellDrawer |
class |
TextCellDrawer<T extends AbstractTextCell> |
class |
VerticalTextCellDrawer
Allows vertical text drawing.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Drawer |
AbstractCell.createDefaultDrawer() |
protected Drawer |
ImageCell.createDefaultDrawer() |
protected Drawer |
TextCell.createDefaultDrawer() |
protected Drawer |
VerticalTextCell.createDefaultDrawer() |
Drawer |
AbstractCell.getDrawer() |
| Modifier and Type | Method and Description |
|---|---|
protected Drawer |
ParagraphCell.createDefaultDrawer() |
| Modifier and Type | Class and Description |
|---|---|
class |
TableWithinTableDrawer |
class |
TextFileLinkCellDrawer<T extends TextFileLinkCell> |
class |
TextLabelCellDrawer<T extends TextLabelCell> |
class |
TextLinkCellDrawer<T extends TextLinkCell> |
| Modifier and Type | Method and Description |
|---|---|
protected Drawer |
TableWithinTableCell.createDefaultDrawer() |
protected Drawer |
TextFileLinkCell.createDefaultDrawer() |
protected Drawer |
TextLabelCell.createDefaultDrawer() |
protected Drawer |
TextLinkCell.createDefaultDrawer() |
Copyright © 2022. All rights reserved.