Uses of Class
eu.cloudnetservice.utils.base.column.ColumnFormatter.Builder
Packages that use ColumnFormatter.Builder
-
Uses of ColumnFormatter.Builder in eu.cloudnetservice.utils.base.column
Methods in eu.cloudnetservice.utils.base.column that return ColumnFormatter.BuilderModifier and TypeMethodDescriptionstatic @NonNull ColumnFormatter.BuilderColumnFormatter.builder()Constructs a new builder for a colum formatter.ColumnFormatter.Builder.columnLeftBracket(char columnLeftBracket) Sets the left bracket to apply to the column.ColumnFormatter.Builder.columnRightBracket(char columnRightBracket) Sets the right bracket to apply to the column.ColumnFormatter.Builder.columnTitles(@NonNull String... columnTitles) Sets the column titles to use for the table.ColumnFormatter.Builder.columnTitles(@NonNull List<String> columnTitles) Sets the column titles to use for the table.ColumnFormatter.Builder.headerValuesSpacerChar(char headerValuesSpacerChar) Sets the spacer character to apply between the header of a table and the table values.ColumnFormatter.Builder.leftSpacer(@NonNull String leftSpacer) Sets the left spacer to apply to the column.ColumnFormatter.Builder.rightSpacer(@NonNull String rightSpacer) Sets the right spacer to apply to the column.