(long ptr, int index)
| 1979 | public static native Point[] _nMaybeGetAsLine(long ptr); |
| 1980 | public static native int _nGetPointsCount(long ptr); |
| 1981 | public static native Point _nGetPoint(long ptr, int index); |
| 1982 | public static native int _nGetPoints(long ptr, Point[] points, int max); |
| 1983 | public static native int _nCountVerbs(long ptr); |
| 1984 | public static native int _nGetVerbs(long ptr, byte[] verbs, int max); |