Uses of Interface
org.springframework.shell.table.Aligner
Packages that use Aligner
Package
Description
Allows the creation of tables that can be rendered using ASCII art.
-
Uses of Aligner in org.springframework.shell.table
Classes in org.springframework.shell.table that implement AlignerModifier and TypeClassDescriptionclass
A decorator Aligner that checks the Aligner invariants contract, useful for debugging.class
A text alignment strategy that aligns text horizontally so that all instances of some special character(s) line up perfectly in a column.enum
An horizontal alignment strategy that allows alignment to the left, center or right.enum
Alignment strategy that allows simple vertical alignment to top, middle or bottom.Methods in org.springframework.shell.table with parameters of type AlignerConstructors in org.springframework.shell.table with parameters of type Aligner