Skip to content

Plain-Simple/TextFormat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

TextFormat

A java library for String text-formatting.

  • formatWidth(String text, int columnWidth): Formats text into a column of specified width. This algorithm keeps words intact unless they are longer than the specified width.
  • center(String text, int columnWidth): Formats text into a column of specified width and centers each line of text.
  • rightJustify(String text, int columnWidth): Formats text into a column of specified width and right-justifies each line of text.

About

A java library for String text-formatting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages