Formatted text
(final String text)
| 2911 | * Formatted text |
| 2912 | */ |
| 2913 | public static void text(final String text) { |
| 2914 | nText(text); |
| 2915 | } |
| 2916 | |
| 2917 | private static native void nText(String text); /*MANUAL |
| 2918 | auto text = obj_text == NULL ? NULL : (char*)env->GetStringUTFChars(obj_text, JNI_FALSE); |
no test coverage detected