Uses of Class
info.rolandkrueger.roklib.util.formatter.TextFormatter

Packages that use TextFormatter
info.rolandkrueger.roklib.util.formatter Abstractions of text formatters. 
 

Uses of TextFormatter in info.rolandkrueger.roklib.util.formatter
 

Methods in info.rolandkrueger.roklib.util.formatter that return TextFormatter
 TextFormatter TextFormatter.append(CharSequence text)
           
 TextFormatter TextFormatter.appendBold(CharSequence text)
           
 TextFormatter TextFormatter.appendColored(CharSequence text, Color color)
           
 TextFormatter TextFormatter.appendItalic(CharSequence text)
           
 TextFormatter TextFormatter.appendMonospaced(CharSequence text)
           
 TextFormatter TextFormatter.appendStrikeThrough(CharSequence text)
           
 TextFormatter TextFormatter.appendSubscript(CharSequence text)
           
 TextFormatter TextFormatter.appendSuperscript(CharSequence text)
           
 TextFormatter TextFormatter.appendUnderlined(CharSequence text)
           
 



Copyright © 2007-2011. All Rights Reserved.