(float[] intervals, float phase)
| 76 | public static native long _nMakeLine2D(float width, float[] matrix); |
| 77 | public static native long _nMakeCorner(float radius); |
| 78 | public static native long _nMakeDash(float[] intervals, float phase); |
| 79 | public static native long _nMakeDiscrete(float segLength, float dev, int seed); |
| 80 | } |