Class TextCell
- java.lang.Object
-
- org.vandeseer.easytable.structure.cell.AbstractCell
-
- org.vandeseer.easytable.structure.cell.AbstractTextCell
-
- org.vandeseer.easytable.structure.cell.TextCell
-
public class TextCell extends AbstractTextCell
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.vandeseer.easytable.structure.cell.AbstractTextCell
AbstractTextCell.AbstractTextCellBuilder<C extends AbstractTextCell,B extends AbstractTextCell.AbstractTextCellBuilder<C,B>>
-
Nested classes/interfaces inherited from class org.vandeseer.easytable.structure.cell.AbstractCell
AbstractCell.AbstractCellBuilder<C extends AbstractCell,B extends AbstractCell.AbstractCellBuilder<C,B>>
-
-
Field Summary
Fields Modifier and Type Field Description protected @NonNull Stringtext-
Fields inherited from class org.vandeseer.easytable.structure.cell.AbstractTextCell
lineSpacing, textColor
-
Fields inherited from class org.vandeseer.easytable.structure.cell.AbstractCell
drawer, settings
-
-
Constructor Summary
Constructors Constructor Description TextCell()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DrawercreateDefaultDrawer()-
Methods inherited from class org.vandeseer.easytable.structure.cell.AbstractTextCell
getFont, getFontSize, getMaxWidth, getMinHeight, getText, getTextColor, getTextHeight, getWidthOfText
-
Methods inherited from class org.vandeseer.easytable.structure.cell.AbstractCell
assertIsRendered, calculateHeightForRowSpan, getBackgroundColor, getBorderColorBottom, getBorderColorLeft, getBorderColorRight, getBorderColorTop, getBorderStyleBottom, getBorderStyleLeft, getBorderStyleRight, getBorderStyleTop, getBorderWidthBottom, getBorderWidthLeft, getBorderWidthRight, getBorderWidthTop, getDrawer, getHeight, getHorizontalPadding, getPaddingBottom, getPaddingLeft, getPaddingRight, getPaddingTop, getVerticalPadding, hasBackgroundColor, hasBorderBottom, hasBorderLeft, hasBorderRight, hasBorderTop, isHorizontallyAligned, isVerticallyAligned, isWordBreak
-
-
-
-
Field Detail
-
text
@NonNull protected @NonNull String text
-
-
Method Detail
-
createDefaultDrawer
protected Drawer createDefaultDrawer()
- Specified by:
createDefaultDrawerin classAbstractCell
-
-