Class VerticalTextCell
- java.lang.Object
-
- org.vandeseer.easytable.structure.cell.AbstractCell
-
- org.vandeseer.easytable.structure.cell.AbstractTextCell
-
- org.vandeseer.easytable.structure.cell.VerticalTextCell
-
public class VerticalTextCell 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 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 VerticalTextCell()
-
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
-
-
-
-
Method Detail
-
createDefaultDrawer
protected Drawer createDefaultDrawer()
- Specified by:
createDefaultDrawerin classAbstractCell
-
-