Uses of Interface
org.vandeseer.easytable.drawing.Drawer
Packages that use Drawer
Package
Description
-
Uses of Drawer in org.vandeseer.easytable
Fields in org.vandeseer.easytable with type parameters of type DrawerModifier and TypeFieldDescriptionprotected final List<BiConsumer<Drawer,DrawingContext>> TableDrawer.drawerListMethod parameters in org.vandeseer.easytable with type arguments of type DrawerModifier and TypeMethodDescriptionprotected voidTableDrawer.drawRow(Point2D.Float start, Row row, int rowIndex, BiConsumer<Drawer, DrawingContext> consumer) protected voidTableDrawer.drawWithFunction(TableDrawer.PageData pageData, Point2D.Float startingPoint, BiConsumer<Drawer, DrawingContext> consumer) -
Uses of Drawer in org.vandeseer.easytable.drawing.cell
Classes in org.vandeseer.easytable.drawing.cell that implement DrawerModifier and TypeClassDescriptionclassAbstractCellDrawer<T extends AbstractCell>classclassTextCellDrawer<T extends AbstractTextCell>classAllows vertical text drawing. -
Uses of Drawer in org.vandeseer.easytable.structure.cell
Methods in org.vandeseer.easytable.structure.cell that return DrawerModifier and TypeMethodDescriptionprotected abstract DrawerAbstractCell.createDefaultDrawer()protected DrawerImageCell.createDefaultDrawer()protected DrawerTextCell.createDefaultDrawer()protected DrawerVerticalTextCell.createDefaultDrawer()AbstractCell.getDrawer()