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