(long ptr, boolean value)
| 689 | public static native void _nSetAntiAlias(long ptr, boolean value); |
| 690 | public static native boolean _nIsDither(long ptr); |
| 691 | public static native void _nSetDither(long ptr, boolean value); |
| 692 | public static native int _nGetMode(long ptr); |
| 693 | public static native void _nSetMode(long ptr, int value); |
| 694 | public static native int _nGetColor(long ptr); |