- write(String) - Method in interface org.jabotics.console.en.IConsole
-
Output of text without line break.
- write(int) - Method in interface org.jabotics.console.en.IConsole
-
Output of an integral number without line break.
- write(float) - Method in interface org.jabotics.console.en.IConsole
-
Output of a floating-point number without line break.
- write(String) - Method in class org.jabotics.console.en.XConsole
-
- write(int) - Method in class org.jabotics.console.en.XConsole
-
- write(float) - Method in class org.jabotics.console.en.XConsole
-
- writeLine(String) - Method in interface org.jabotics.console.en.IConsole
-
Output of text with line break.
- writeLine(int) - Method in interface org.jabotics.console.en.IConsole
-
Output of an integral number with line break.
- writeLine(float) - Method in interface org.jabotics.console.en.IConsole
-
Output of a floating-point number with line break.
- writeLine(String) - Method in class org.jabotics.console.en.XConsole
-
- writeLine(int) - Method in class org.jabotics.console.en.XConsole
-
- writeLine(float) - Method in class org.jabotics.console.en.XConsole
-