(long ptr, float value)
| 697 | public static native void _nSetColor4f(long ptr, float r, float g, float b, float a, long colorSpacePtr); |
| 698 | public static native float _nGetStrokeWidth(long ptr); |
| 699 | public static native void _nSetStrokeWidth(long ptr, float value); |
| 700 | public static native float _nGetStrokeMiter(long ptr); |
| 701 | public static native void _nSetStrokeMiter(long ptr, float value); |
| 702 | public static native int _nGetStrokeCap(long ptr); |