Package org.jzy3d.io
Class Console
- java.lang.Object
-
- org.jzy3d.io.Console
-
-
Constructor Summary
Constructors Constructor Description Console()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
print(String text, Color background)
static void
print(Color background)
static void
println(String text, Color background)
static void
println(Color background)
static com.diogonunes.jcolor.Attribute
toBackground(Color background)
-