Class ConsolerizerGraphs
- java.lang.Object
-
- org.jesperancinha.console.consolerizer8.console.ConsolerizerGraphs
-
public class ConsolerizerGraphs extends Object
-
-
Constructor Summary
Constructors Constructor Description ConsolerizerGraphs()
-
Method Summary
Modifier and Type Method Description static StringgetUnicorns(int i)static voidprintRainbowFlag(String flagText)Follows the 19:10 rule for general flagsstatic voidprintRainbowFlag(String flagText, Object... args)static voidprintRainbowFlag(String flagText, ConsolerizerWriter consolerizerWriter)static voidprintUnicornsLn(int nUnicorns)
-
-
-
Method Detail
-
getUnicorns
public static String getUnicorns(int i)
-
printRainbowFlag
public static void printRainbowFlag(String flagText)
Follows the 19:10 rule for general flags- Parameters:
flagText- The text to be placed at the center of the flag
-
printRainbowFlag
public static void printRainbowFlag(String flagText, ConsolerizerWriter consolerizerWriter)
-
printUnicornsLn
public static void printUnicornsLn(int nUnicorns)
-
-