Uses of Enum Class
org.strassburger.tui4j.formatting.layout.table.styles.ColumnAlign
Packages that use ColumnAlign
Package
Description
-
Uses of ColumnAlign in org.strassburger.tui4j.formatting.layout.table
Methods in org.strassburger.tui4j.formatting.layout.table with parameters of type ColumnAlignModifier and TypeMethodDescriptionTable.setColumnAlignment(int col, ColumnAlign columnAlignments) Sets the alignment for a specific column -
Uses of ColumnAlign in org.strassburger.tui4j.formatting.layout.table.styles
Methods in org.strassburger.tui4j.formatting.layout.table.styles that return ColumnAlignModifier and TypeMethodDescriptionstatic ColumnAlignReturns the enum constant of this class with the specified name.static ColumnAlign[]ColumnAlign.values()Returns an array containing the constants of this enum class, in the order they are declared.