Uses of Class
de.audioattack.io.ConsolePrintDecorator
-
-
Uses of ConsolePrintDecorator in de.audioattack.io
Methods in de.audioattack.io that return ConsolePrintDecorator Modifier and Type Method Description ConsolePrintDecoratorConsolePrintDecorator. append(char c)Appends the specified character.ConsolePrintDecoratorConsolePrintDecorator. append(CharSequence charSequence)Appends the specified character sequence.ConsolePrintDecoratorConsolePrintDecorator. append(CharSequence charSequence, int start, int end)Appends a subsequence of the specified character sequence.ConsolePrintDecoratorConsolePrintDecorator. format(String fmt, Object... args)Writes formatted String.ConsolePrintDecoratorConsolePrintDecorator. format(Locale locale, String fmt, Object... args)Writes formatted String.ConsolePrintDecoratorConsolePrintDecorator. printf(String fmt, Object... args)Convenience method which writes formatted String.ConsolePrintDecoratorConsolePrintDecorator. printf(Locale locale, String fmt, Object... args)Convenience method which writes formatted String.
-