Uses of Interface
org.vandeseer.easytable.drawing.Drawer
-
Packages that use Drawer Package Description org.vandeseer.easytable org.vandeseer.easytable.drawing.cell org.vandeseer.easytable.structure.cell -
-
Uses of Drawer in org.vandeseer.easytable
Fields in org.vandeseer.easytable with type parameters of type Drawer Modifier and Type Field Description protected List<BiConsumer<Drawer,DrawingContext>>TableDrawer. drawerListMethod parameters in org.vandeseer.easytable with type arguments of type Drawer Modifier and Type Method Description protected 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 Drawer Modifier and Type Class Description classAbstractCellDrawer<T extends AbstractCell>classImageCellDrawerclassTextCellDrawer<T extends AbstractTextCell>classVerticalTextCellDrawerAllows vertical text drawing. -
Uses of Drawer in org.vandeseer.easytable.structure.cell
Methods in org.vandeseer.easytable.structure.cell that return Drawer Modifier and Type Method Description protected abstract DrawerAbstractCell. createDefaultDrawer()protected DrawerImageCell. createDefaultDrawer()protected DrawerTextCell. createDefaultDrawer()protected DrawerVerticalTextCell. createDefaultDrawer()DrawerAbstractCell. getDrawer()
-