(long ptr, long paintPtr)
| 350 | public static native void _nSetColor(long ptr,int color); |
| 351 | public static native long _nGetForeground(long ptr); |
| 352 | public static native void _nSetForeground(long ptr, long paintPtr); |
| 353 | public static native long _nGetBackground(long ptr); |
| 354 | public static native void _nSetBackground(long ptr, long paintPtr); |
| 355 | public static native DecorationStyle _nGetDecorationStyle(long ptr); |