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