Class ImageCellDrawer
- java.lang.Object
-
- org.vandeseer.easytable.drawing.cell.AbstractCellDrawer<ImageCell>
-
- org.vandeseer.easytable.drawing.cell.ImageCellDrawer
-
- All Implemented Interfaces:
Drawer
public class ImageCellDrawer extends AbstractCellDrawer<ImageCell>
-
-
Field Summary
-
Fields inherited from class org.vandeseer.easytable.drawing.cell.AbstractCellDrawer
cell
-
-
Constructor Summary
Constructors Constructor Description ImageCellDrawer(ImageCell cell)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected floatcalculateInnerHeight()voiddrawContent(DrawingContext drawingContext)-
Methods inherited from class org.vandeseer.easytable.drawing.cell.AbstractCellDrawer
calculateOuterHeight, drawBackground, drawBorders, getAdaptionForVerticalAlignment, getRowSpanAdaption, rowHeightIsBiggerThanOrEqualToCellHeight, withCell
-
-
-
-
Constructor Detail
-
ImageCellDrawer
public ImageCellDrawer(ImageCell cell)
-
-
Method Detail
-
drawContent
public void drawContent(DrawingContext drawingContext)
- Specified by:
drawContentin interfaceDrawer- Specified by:
drawContentin classAbstractCellDrawer<ImageCell>
-
calculateInnerHeight
protected float calculateInnerHeight()
- Specified by:
calculateInnerHeightin classAbstractCellDrawer<ImageCell>
-
-