Uses of Class
org.vandeseer.easytable.settings.VerticalAlignment
-
Packages that use VerticalAlignment Package Description org.vandeseer.easytable.settings org.vandeseer.easytable.structure org.vandeseer.easytable.structure.cell -
-
Uses of VerticalAlignment in org.vandeseer.easytable.settings
Methods in org.vandeseer.easytable.settings that return VerticalAlignment Modifier and Type Method Description static VerticalAlignmentVerticalAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static VerticalAlignment[]VerticalAlignment. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of VerticalAlignment in org.vandeseer.easytable.structure
Methods in org.vandeseer.easytable.structure with parameters of type VerticalAlignment Modifier and Type Method Description Column.ColumnBuilderColumn.ColumnBuilder. verticalAlignment(VerticalAlignment alignment)Row.RowBuilderRow.RowBuilder. verticalAlignment(VerticalAlignment alignment)Table.TableBuilderTable.TableBuilder. verticalAlignment(VerticalAlignment alignment) -
Uses of VerticalAlignment in org.vandeseer.easytable.structure.cell
Methods in org.vandeseer.easytable.structure.cell with parameters of type VerticalAlignment Modifier and Type Method Description booleanAbstractCell. isVerticallyAligned(VerticalAlignment alignment)BAbstractCell.AbstractCellBuilder. verticalAlignment(VerticalAlignment alignment)
-