Class TextCell
java.lang.Object
org.vandeseer.easytable.structure.cell.AbstractCell
org.vandeseer.easytable.structure.cell.AbstractTextCell
org.vandeseer.easytable.structure.cell.TextCell
-
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
FieldsFields inherited from class org.vandeseer.easytable.structure.cell.AbstractTextCell
lineSpacing, textColorFields inherited from class org.vandeseer.easytable.structure.cell.AbstractCell
drawer, settings -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.vandeseer.easytable.structure.cell.AbstractTextCell
getFont, getFontSize, getMaxWidth, getMinHeight, getText, getTextColor, getTextHeight, getWidthOfTextMethods 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 Details
-
text
-
-
Constructor Details
-
TextCell
public TextCell()
-
-
Method Details
-
createDefaultDrawer
- Specified by:
createDefaultDrawerin classAbstractCell
-