Uses of Enum Class
org.vandeseer.easytable.settings.VerticalAlignment
Packages that use VerticalAlignment
Package
Description
-
Uses of VerticalAlignment in org.vandeseer.easytable.settings
Methods in org.vandeseer.easytable.settings that return VerticalAlignmentModifier and TypeMethodDescriptionstatic VerticalAlignmentReturns the enum constant of this class with the specified name.static VerticalAlignment[]VerticalAlignment.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of VerticalAlignment in org.vandeseer.easytable.structure
Methods in org.vandeseer.easytable.structure with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionColumn.ColumnBuilder.verticalAlignment(VerticalAlignment alignment) Row.RowBuilder.verticalAlignment(VerticalAlignment alignment) Table.TableBuilder.verticalAlignment(VerticalAlignment alignment) -
Uses of VerticalAlignment in org.vandeseer.easytable.structure.cell
Methods in org.vandeseer.easytable.structure.cell with parameters of type VerticalAlignmentModifier and TypeMethodDescriptionbooleanAbstractCell.isVerticallyAligned(VerticalAlignment alignment) AbstractCell.AbstractCellBuilder.verticalAlignment(VerticalAlignment alignment)