PLplot  5.9.9
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros
plplotjavac.java
Go to the documentation of this file.
1 /* ----------------------------------------------------------------------------
2  * This file was automatically generated by SWIG (http://www.swig.org).
3  * Version 2.0.11
4  *
5  * Do not make changes to this file unless you know what you are doing--modify
6  * the SWIG interface file instead.
7  * ----------------------------------------------------------------------------- */
8 
9 package plplot.core;
10 
11 public class plplotjavac implements plplotjavacConstants {
12  public static void pl_setcontlabelformat(int lexp, int sigdig) {
13  plplotjavacJNI.pl_setcontlabelformat(lexp, sigdig);
14  }
15 
16  public static void pl_setcontlabelparam(double offset, double size, double spacing, int active) {
17  plplotjavacJNI.pl_setcontlabelparam(offset, size, spacing, active);
18  }
19 
20  public static void pladv(int page) {
21  plplotjavacJNI.pladv(page);
22  }
23 
24  public static void plarc(double x, double y, double a, double b, double angle1, double angle2, double rotate, boolean fill) {
25  plplotjavacJNI.plarc(x, y, a, b, angle1, angle2, rotate, fill);
26  }
27 
28  public static void plaxes(double x0, double y0, String xopt, double xtick, int nxsub, String yopt, double ytick, int nysub) {
29  plplotjavacJNI.plaxes(x0, y0, xopt, xtick, nxsub, yopt, ytick, nysub);
30  }
31 
32  public static void plbin(double[] n, double[] ArrayCk, int center) {
33  plplotjavacJNI.plbin(n, ArrayCk, center);
34  }
35 
36  public static void plbtime(int[] arg0, int[] arg1, int[] arg2, int[] arg3, int[] arg4, double[] arg5, double ctime) {
37  plplotjavacJNI.plbtime(arg0, arg1, arg2, arg3, arg4, arg5, ctime);
38  }
39 
40  public static void plbop() {
41  plplotjavacJNI.plbop();
42  }
43 
44  public static void plbox(String xopt, double xtick, int nxsub, String yopt, double ytick, int nysub) {
45  plplotjavacJNI.plbox(xopt, xtick, nxsub, yopt, ytick, nysub);
46  }
47 
48  public static void plbox3(String xopt, String xlabel, double xtick, int nsubx, String yopt, String ylabel, double ytick, int nsuby, String zopt, String zlabel, double ztick, int nsubz) {
49  plplotjavacJNI.plbox3(xopt, xlabel, xtick, nsubx, yopt, ylabel, ytick, nsuby, zopt, zlabel, ztick, nsubz);
50  }
51 
52  public static void plcalc_world(double rx, double ry, double[] arg2, double[] arg3, int[] arg4) {
53  plplotjavacJNI.plcalc_world(rx, ry, arg2, arg3, arg4);
54  }
55 
56  public static void plclear() {
57  plplotjavacJNI.plclear();
58  }
59 
60  public static void plcol0(int icol0) {
61  plplotjavacJNI.plcol0(icol0);
62  }
63 
64  public static void plcol1(double col1) {
65  plplotjavacJNI.plcol1(col1);
66  }
67 
68  public static void plconfigtime(double scale, double offset1, double offset2, int ccontrol, boolean ifbtime_offset, int year, int month, int day, int hour, int min, double sec) {
69  plplotjavacJNI.plconfigtime(scale, offset1, offset2, ccontrol, ifbtime_offset, year, month, day, hour, min, sec);
70  }
71 
72  public static void plcont(double[][] Matrix, int kx, int lx, int ky, int ly, double[] Array, double[][] pltr, double[][] OBJECT_DATA) {
73  plplotjavacJNI.plcont(Matrix, kx, lx, ky, ly, Array, pltr, OBJECT_DATA);
74  }
75 
76  public static void plctime(int year, int month, int day, int hour, int min, double sec, double[] OUTPUT) {
77  plplotjavacJNI.plctime(year, month, day, hour, min, sec, OUTPUT);
78  }
79 
80  public static void plcpstrm(int iplsr, boolean flags) {
81  plplotjavacJNI.plcpstrm(iplsr, flags);
82  }
83 
84  public static void plend() {
85  plplotjavacJNI.plend();
86  }
87 
88  public static void plend1() {
89  plplotjavacJNI.plend1();
90  }
91 
92  public static void plenv(double xmin, double xmax, double ymin, double ymax, int just, int axis) {
93  plplotjavacJNI.plenv(xmin, xmax, ymin, ymax, just, axis);
94  }
95 
96  public static void plenv0(double xmin, double xmax, double ymin, double ymax, int just, int axis) {
97  plplotjavacJNI.plenv0(xmin, xmax, ymin, ymax, just, axis);
98  }
99 
100  public static void pleop() {
101  plplotjavacJNI.pleop();
102  }
103 
104  public static void plerrx(double[] n, double[] arg1, double[] arg2) {
105  plplotjavacJNI.plerrx(n, arg1, arg2);
106  }
107 
108  public static void plerry(double[] n, double[] arg1, double[] arg2) {
109  plplotjavacJNI.plerry(n, arg1, arg2);
110  }
111 
112  public static void plfamadv() {
113  plplotjavacJNI.plfamadv();
114  }
115 
116  public static void plfill(double[] n, double[] ArrayCk) {
117  plplotjavacJNI.plfill(n, ArrayCk);
118  }
119 
120  public static void plfill3(double[] n, double[] arg1, double[] arg2) {
121  plplotjavacJNI.plfill3(n, arg1, arg2);
122  }
123 
124  public static void plgradient(double[] n, double[] ArrayCk, double angle) {
125  plplotjavacJNI.plgradient(n, ArrayCk, angle);
126  }
127 
128  public static void plflush() {
129  plplotjavacJNI.plflush();
130  }
131 
132  public static void plfont(int ifont) {
133  plplotjavacJNI.plfont(ifont);
134  }
135 
136  public static void plfontld(int fnt) {
137  plplotjavacJNI.plfontld(fnt);
138  }
139 
140  public static void plgchr(double[] arg0, double[] arg1) {
141  plplotjavacJNI.plgchr(arg0, arg1);
142  }
143 
144  public static void plgcol0(int icol0, int[] arg1, int[] arg2, int[] arg3) {
145  plplotjavacJNI.plgcol0(icol0, arg1, arg2, arg3);
146  }
147 
148  public static void plgcol0a(int icol0, int[] arg1, int[] arg2, int[] arg3, double[] arg4) {
149  plplotjavacJNI.plgcol0a(icol0, arg1, arg2, arg3, arg4);
150  }
151 
152  public static void plgcolbg(int[] arg0, int[] arg1, int[] arg2) {
153  plplotjavacJNI.plgcolbg(arg0, arg1, arg2);
154  }
155 
156  public static void plgcolbga(int[] arg0, int[] arg1, int[] arg2, double[] arg3) {
157  plplotjavacJNI.plgcolbga(arg0, arg1, arg2, arg3);
158  }
159 
160  public static void plgcompression(int[] OUTPUT) {
161  plplotjavacJNI.plgcompression(OUTPUT);
162  }
163 
164  public static void plgdev(StringBuffer OUTPUT) {
165  plplotjavacJNI.plgdev(OUTPUT);
166  }
167 
168  public static void plgdidev(double[] arg0, double[] arg1, double[] arg2, double[] arg3) {
169  plplotjavacJNI.plgdidev(arg0, arg1, arg2, arg3);
170  }
171 
172  public static void plgdiori(double[] OUTPUT) {
173  plplotjavacJNI.plgdiori(OUTPUT);
174  }
175 
176  public static void plgdiplt(double[] arg0, double[] arg1, double[] arg2, double[] arg3) {
177  plplotjavacJNI.plgdiplt(arg0, arg1, arg2, arg3);
178  }
179 
180  public static void plgfam(int[] arg0, int[] arg1, int[] arg2) {
181  plplotjavacJNI.plgfam(arg0, arg1, arg2);
182  }
183 
184  public static void plgfci(long[] OUTPUT) {
185  plplotjavacJNI.plgfci(OUTPUT);
186  }
187 
188  public static void plgfnam(StringBuffer OUTPUT) {
189  plplotjavacJNI.plgfnam(OUTPUT);
190  }
191 
192  public static void plgfont(int[] arg0, int[] arg1, int[] arg2) {
193  plplotjavacJNI.plgfont(arg0, arg1, arg2);
194  }
195 
196  public static void plglevel(int[] OUTPUT) {
197  plplotjavacJNI.plglevel(OUTPUT);
198  }
199 
200  public static void plgpage(double[] arg0, double[] arg1, int[] arg2, int[] arg3, int[] arg4, int[] arg5) {
201  plplotjavacJNI.plgpage(arg0, arg1, arg2, arg3, arg4, arg5);
202  }
203 
204  public static void plgra() {
205  plplotjavacJNI.plgra();
206  }
207 
208  public static void plgriddata(double[] Array, double[] arg1, double[] arg2, double[] ArrayX, double[] ArrayY, double[][] OutMatrixCk, int type, double data) {
209  plplotjavacJNI.plgriddata(Array, arg1, arg2, ArrayX, ArrayY, OutMatrixCk, type, data);
210  }
211 
212  public static void plgspa(double[] arg0, double[] arg1, double[] arg2, double[] arg3) {
213  plplotjavacJNI.plgspa(arg0, arg1, arg2, arg3);
214  }
215 
216  public static void plgstrm(int[] OUTPUT) {
217  plplotjavacJNI.plgstrm(OUTPUT);
218  }
219 
220  public static void plgver(StringBuffer OUTPUT) {
221  plplotjavacJNI.plgver(OUTPUT);
222  }
223 
224  public static void plgvpd(double[] arg0, double[] arg1, double[] arg2, double[] arg3) {
225  plplotjavacJNI.plgvpd(arg0, arg1, arg2, arg3);
226  }
227 
228  public static void plgvpw(double[] arg0, double[] arg1, double[] arg2, double[] arg3) {
229  plplotjavacJNI.plgvpw(arg0, arg1, arg2, arg3);
230  }
231 
232  public static void plgxax(int[] arg0, int[] arg1) {
233  plplotjavacJNI.plgxax(arg0, arg1);
234  }
235 
236  public static void plgyax(int[] arg0, int[] arg1) {
237  plplotjavacJNI.plgyax(arg0, arg1);
238  }
239 
240  public static void plgzax(int[] arg0, int[] arg1) {
241  plplotjavacJNI.plgzax(arg0, arg1);
242  }
243 
244  public static void plhist(double[] n, double datmin, double datmax, int nbin, int oldwin) {
245  plplotjavacJNI.plhist(n, datmin, datmax, nbin, oldwin);
246  }
247 
248  public static void plhlsrgb(double h, double l, double s, double[] arg3, double[] arg4, double[] arg5) {
249  plplotjavacJNI.plhlsrgb(h, l, s, arg3, arg4, arg5);
250  }
251 
252  public static void plinit() {
253  plplotjavacJNI.plinit();
254  }
255 
256  public static void pljoin(double x1, double y1, double x2, double y2) {
257  plplotjavacJNI.pljoin(x1, y1, x2, y2);
258  }
259 
260  public static void pllab(String xlabel, String ylabel, String tlabel) {
261  plplotjavacJNI.pllab(xlabel, ylabel, tlabel);
262  }
263 
264  public static void pllegend(double[] arg0, double[] arg1, int opt, int position, double x, double y, double plot_width, int bg_color, int bb_color, int bb_style, int nrow, int ncolumn, int[] n, double text_offset, double text_scale, double text_spacing, double text_justification, int[] arg17, String[] arg18, int[] arg19, int[] arg20, double[] arg21, double[] arg22, int[] arg23, int[] arg24, double[] arg25, int[] arg26, double[] arg27, int[] arg28, String[] arg29) {
265  plplotjavacJNI.pllegend(arg0, arg1, opt, position, x, y, plot_width, bg_color, bb_color, bb_style, nrow, ncolumn, n, text_offset, text_scale, text_spacing, text_justification, arg17, arg18, arg19, arg20, arg21, arg22, arg23, arg24, arg25, arg26, arg27, arg28, arg29);
266  }
267 
268  public static void plcolorbar(double[] arg0, double[] arg1, int opt, int position, double x, double y, double x_length, double y_length, int bg_color, int bb_color, int bb_style, double low_cap_color, double high_cap_color, int cont_color, double cont_width, int[] arg15, String[] arg16, String[] arg17, double[] arg18, int[] arg19, int[] ArrayN, double[][] MatrixCk) {
269  plplotjavacJNI.plcolorbar(arg0, arg1, opt, position, x, y, x_length, y_length, bg_color, bb_color, bb_style, low_cap_color, high_cap_color, cont_color, cont_width, arg15, arg16, arg17, arg18, arg19, ArrayN, MatrixCk);
270  }
271 
272  public static void pllightsource(double x, double y, double z) {
273  plplotjavacJNI.pllightsource(x, y, z);
274  }
275 
276  public static void plline(double[] n, double[] ArrayCk) {
277  plplotjavacJNI.plline(n, ArrayCk);
278  }
279 
280  public static void plline3(double[] n, double[] arg1, double[] arg2) {
281  plplotjavacJNI.plline3(n, arg1, arg2);
282  }
283 
284  public static void pllsty(int lin) {
285  plplotjavacJNI.pllsty(lin);
286  }
287 
288  public static void plmesh(double[] ArrayX, double[] ArrayY, double[][] MatrixCk, int opt) {
289  plplotjavacJNI.plmesh(ArrayX, ArrayY, MatrixCk, opt);
290  }
291 
292  public static void plmeshc(double[] ArrayX, double[] ArrayY, double[][] MatrixCk, int opt, double[] Array) {
293  plplotjavacJNI.plmeshc(ArrayX, ArrayY, MatrixCk, opt, Array);
294  }
295 
296  public static void plmkstrm(int[] OUTPUT) {
297  plplotjavacJNI.plmkstrm(OUTPUT);
298  }
299 
300  public static void plmtex(String side, double disp, double pos, double just, String text) {
301  plplotjavacJNI.plmtex(side, disp, pos, just, text);
302  }
303 
304  public static void plmtex3(String side, double disp, double pos, double just, String text) {
305  plplotjavacJNI.plmtex3(side, disp, pos, just, text);
306  }
307 
308  public static void plot3d(double[] ArrayX, double[] ArrayY, double[][] MatrixCk, int opt, boolean side) {
309  plplotjavacJNI.plot3d(ArrayX, ArrayY, MatrixCk, opt, side);
310  }
311 
312  public static void plot3dc(double[] ArrayX, double[] ArrayY, double[][] MatrixCk, int opt, double[] Array) {
313  plplotjavacJNI.plot3dc(ArrayX, ArrayY, MatrixCk, opt, Array);
314  }
315 
316  public static void plot3dcl(double[] ArrayX, double[] ArrayY, double[][] MatrixCk, int opt, double[] arg4, int ixstart, int[] arg6, int[] ArrayCk) {
317  plplotjavacJNI.plot3dcl(ArrayX, ArrayY, MatrixCk, opt, arg4, ixstart, arg6, ArrayCk);
318  }
319 
320  public static void plsurf3d(double[] ArrayX, double[] ArrayY, double[][] MatrixCk, int opt, double[] Array) {
321  plplotjavacJNI.plsurf3d(ArrayX, ArrayY, MatrixCk, opt, Array);
322  }
323 
324  public static void plsurf3dl(double[] ArrayX, double[] ArrayY, double[][] MatrixCk, int opt, double[] arg4, int ixstart, int[] arg6, int[] ArrayCk) {
325  plplotjavacJNI.plsurf3dl(ArrayX, ArrayY, MatrixCk, opt, arg4, ixstart, arg6, ArrayCk);
326  }
327 
328  public static int plparseopts(String[] p_argc, int mode) {
329  return plplotjavacJNI.plparseopts(p_argc, mode);
330  }
331 
332  public static void plpat(int[] n, int[] ArrayCk) {
333  plplotjavacJNI.plpat(n, ArrayCk);
334  }
335 
336  public static void plpoin(double[] n, double[] ArrayCk, int code) {
337  plplotjavacJNI.plpoin(n, ArrayCk, code);
338  }
339 
340  public static void plpoin3(double[] n, double[] arg1, double[] arg2, int code) {
341  plplotjavacJNI.plpoin3(n, arg1, arg2, code);
342  }
343 
344  public static void plpoly3(double[] n, double[] arg1, double[] arg2, boolean[] ArrayCkMinus1, boolean flag) {
345  plplotjavacJNI.plpoly3(n, arg1, arg2, ArrayCkMinus1, flag);
346  }
347 
348  public static void plprec(int setp, int prec) {
349  plplotjavacJNI.plprec(setp, prec);
350  }
351 
352  public static void plpsty(int patt) {
353  plplotjavacJNI.plpsty(patt);
354  }
355 
356  public static void plptex(double x, double y, double dx, double dy, double just, String text) {
357  plplotjavacJNI.plptex(x, y, dx, dy, just, text);
358  }
359 
360  public static void plptex3(double x, double y, double z, double dx, double dy, double dz, double sx, double sy, double sz, double just, String text) {
361  plplotjavacJNI.plptex3(x, y, z, dx, dy, dz, sx, sy, sz, just, text);
362  }
363 
364  public static double plrandd() {
365  return plplotjavacJNI.plrandd();
366  }
367 
368  public static void plreplot() {
369  plplotjavacJNI.plreplot();
370  }
371 
372  public static void plrgbhls(double r, double g, double b, double[] arg3, double[] arg4, double[] arg5) {
373  plplotjavacJNI.plrgbhls(r, g, b, arg3, arg4, arg5);
374  }
375 
376  public static void plschr(double def, double scale) {
377  plplotjavacJNI.plschr(def, scale);
378  }
379 
380  public static void plscmap0(int[] Array, int[] arg1, int[] arg2) {
381  plplotjavacJNI.plscmap0(Array, arg1, arg2);
382  }
383 
384  public static void plscmap0a(int[] Array, int[] arg1, int[] arg2, double[] arg3) {
385  plplotjavacJNI.plscmap0a(Array, arg1, arg2, arg3);
386  }
387 
388  public static void plscmap0n(int ncol0) {
389  plplotjavacJNI.plscmap0n(ncol0);
390  }
391 
392  public static void plscmap1(int[] Array, int[] arg1, int[] arg2) {
393  plplotjavacJNI.plscmap1(Array, arg1, arg2);
394  }
395 
396  public static void plscmap1a(int[] Array, int[] arg1, int[] arg2, double[] arg3) {
397  plplotjavacJNI.plscmap1a(Array, arg1, arg2, arg3);
398  }
399 
400  public static void plscmap1l(boolean itype, double[] n, double[] arg2, double[] arg3, double[] arg4, boolean[] ArrayCkMinus1Null) {
401  plplotjavacJNI.plscmap1l(itype, n, arg2, arg3, arg4, ArrayCkMinus1Null);
402  }
403 
404  public static void plscmap1la(boolean itype, double[] n, double[] arg2, double[] arg3, double[] arg4, double[] arg5, boolean[] ArrayCkMinus1Null) {
405  plplotjavacJNI.plscmap1la(itype, n, arg2, arg3, arg4, arg5, ArrayCkMinus1Null);
406  }
407 
408  public static void plscmap1n(int ncol1) {
409  plplotjavacJNI.plscmap1n(ncol1);
410  }
411 
412  public static void plscmap1_range(double min_color, double max_color) {
413  plplotjavacJNI.plscmap1_range(min_color, max_color);
414  }
415 
416  public static void plgcmap1_range(double[] arg0, double[] arg1) {
417  plplotjavacJNI.plgcmap1_range(arg0, arg1);
418  }
419 
420  public static void plscol0(int icol0, int r, int g, int b) {
421  plplotjavacJNI.plscol0(icol0, r, g, b);
422  }
423 
424  public static void plscol0a(int icol0, int r, int g, int b, double a) {
425  plplotjavacJNI.plscol0a(icol0, r, g, b, a);
426  }
427 
428  public static void plscolbg(int r, int g, int b) {
429  plplotjavacJNI.plscolbg(r, g, b);
430  }
431 
432  public static void plscolbga(int r, int g, int b, double a) {
433  plplotjavacJNI.plscolbga(r, g, b, a);
434  }
435 
436  public static void plscolor(int color) {
437  plplotjavacJNI.plscolor(color);
438  }
439 
440  public static void plscompression(int compression) {
441  plplotjavacJNI.plscompression(compression);
442  }
443 
444  public static void plsdev(String devname) {
445  plplotjavacJNI.plsdev(devname);
446  }
447 
448  public static void plsdidev(double mar, double aspect, double jx, double jy) {
449  plplotjavacJNI.plsdidev(mar, aspect, jx, jy);
450  }
451 
452  public static void plsdimap(int dimxmin, int dimxmax, int dimymin, int dimymax, double dimxpmm, double dimypmm) {
453  plplotjavacJNI.plsdimap(dimxmin, dimxmax, dimymin, dimymax, dimxpmm, dimypmm);
454  }
455 
456  public static void plsdiori(double rot) {
457  plplotjavacJNI.plsdiori(rot);
458  }
459 
460  public static void plsdiplt(double xmin, double ymin, double xmax, double ymax) {
461  plplotjavacJNI.plsdiplt(xmin, ymin, xmax, ymax);
462  }
463 
464  public static void plsdiplz(double xmin, double ymin, double xmax, double ymax) {
465  plplotjavacJNI.plsdiplz(xmin, ymin, xmax, ymax);
466  }
467 
468  public static void plseed(long s) {
469  plplotjavacJNI.plseed(s);
470  }
471 
472  public static void plsesc(char esc) {
473  plplotjavacJNI.plsesc(esc);
474  }
475 
476  public static int plsetopt(String opt, String optarg) {
477  return plplotjavacJNI.plsetopt(opt, optarg);
478  }
479 
480  public static void plsfam(int fam, int num, int bmax) {
481  plplotjavacJNI.plsfam(fam, num, bmax);
482  }
483 
484  public static void plsfci(long fci) {
485  plplotjavacJNI.plsfci(fci);
486  }
487 
488  public static void plsfnam(String fnam) {
489  plplotjavacJNI.plsfnam(fnam);
490  }
491 
492  public static void plsfont(int family, int style, int weight) {
493  plplotjavacJNI.plsfont(family, style, weight);
494  }
495 
496  public static void plshades(double[][] Matrix, double xmin, double xmax, double ymin, double ymax, double[] Array, double fill_width, int cont_color, double cont_width, boolean rectangular, double[][] pltr, double[][] OBJECT_DATA) {
497  plplotjavacJNI.plshades(Matrix, xmin, xmax, ymin, ymax, Array, fill_width, cont_color, cont_width, rectangular, pltr, OBJECT_DATA);
498  }
499 
500  public static void plshade(double[][] Matrix, double left, double right, double bottom, double top, double shade_min, double shade_max, int sh_cmap, double sh_color, double sh_width, int min_color, double min_width, int max_color, double max_width, boolean rectangular, double[][] pltr, double[][] OBJECT_DATA) {
501  plplotjavacJNI.plshade(Matrix, left, right, bottom, top, shade_min, shade_max, sh_cmap, sh_color, sh_width, min_color, min_width, max_color, max_width, rectangular, pltr, OBJECT_DATA);
502  }
503 
504  public static void plslabelfunc(PLCallbackLabel lf, Object data) {
505  plplotjavacJNI.plslabelfunc(lf, data);
506  }
507 
508  public static void plsmaj(double def, double scale) {
509  plplotjavacJNI.plsmaj(def, scale);
510  }
511 
512  public static void plsmin(double def, double scale) {
513  plplotjavacJNI.plsmin(def, scale);
514  }
515 
516  public static void plsori(int ori) {
517  plplotjavacJNI.plsori(ori);
518  }
519 
520  public static void plspage(double xp, double yp, int xleng, int yleng, int xoff, int yoff) {
521  plplotjavacJNI.plspage(xp, yp, xleng, yleng, xoff, yoff);
522  }
523 
524  public static void plspal0(String filename) {
525  plplotjavacJNI.plspal0(filename);
526  }
527 
528  public static void plspal1(String filename, boolean interpolate) {
529  plplotjavacJNI.plspal1(filename, interpolate);
530  }
531 
532  public static void plspause(boolean pause) {
533  plplotjavacJNI.plspause(pause);
534  }
535 
536  public static void plsstrm(int strm) {
537  plplotjavacJNI.plsstrm(strm);
538  }
539 
540  public static void plssub(int nx, int ny) {
541  plplotjavacJNI.plssub(nx, ny);
542  }
543 
544  public static void plssym(double def, double scale) {
545  plplotjavacJNI.plssym(def, scale);
546  }
547 
548  public static void plstar(int nx, int ny) {
549  plplotjavacJNI.plstar(nx, ny);
550  }
551 
552  public static void plstart(String devname, int nx, int ny) {
553  plplotjavacJNI.plstart(devname, nx, ny);
554  }
555 
556  public static void plstransform(PLCallbackCT ctf, Object data) {
557  plplotjavacJNI.plstransform(ctf, data);
558  }
559 
560  public static void plstring(double[] n, double[] ArrayCk, String string) {
561  plplotjavacJNI.plstring(n, ArrayCk, string);
562  }
563 
564  public static void plstring3(double[] n, double[] arg1, double[] arg2, String string) {
565  plplotjavacJNI.plstring3(n, arg1, arg2, string);
566  }
567 
568  public static void plstripa(int id, int pen, double x, double y) {
569  plplotjavacJNI.plstripa(id, pen, x, y);
570  }
571 
572  public static void plstripc(int[] OUTPUT, String xspec, String yspec, double xmin, double xmax, double xjump, double ymin, double ymax, double xlpos, double ylpos, boolean y_ascl, boolean acc, int colbox, int collab, int[] Array, int[] ArrayCk, String[] legline, String labx, String laby, String labtop) {
573  plplotjavacJNI.plstripc(OUTPUT, xspec, yspec, xmin, xmax, xjump, ymin, ymax, xlpos, ylpos, y_ascl, acc, colbox, collab, Array, ArrayCk, legline, labx, laby, labtop);
574  }
575 
576  public static void plstripd(int id) {
577  plplotjavacJNI.plstripd(id);
578  }
579 
580  public static void plstyl(int[] n, int[] ArrayCk) {
581  plplotjavacJNI.plstyl(n, ArrayCk);
582  }
583 
584  public static void plsvect(double[] Array, double[] ArrayCk, boolean fill) {
585  plplotjavacJNI.plsvect(Array, ArrayCk, fill);
586  }
587 
588  public static void plsvpa(double xmin, double xmax, double ymin, double ymax) {
589  plplotjavacJNI.plsvpa(xmin, xmax, ymin, ymax);
590  }
591 
592  public static void plsxax(int digmax, int digits) {
593  plplotjavacJNI.plsxax(digmax, digits);
594  }
595 
596  public static void plsyax(int digmax, int digits) {
597  plplotjavacJNI.plsyax(digmax, digits);
598  }
599 
600  public static void plsym(double[] n, double[] ArrayCk, int code) {
601  plplotjavacJNI.plsym(n, ArrayCk, code);
602  }
603 
604  public static void plszax(int digmax, int digits) {
605  plplotjavacJNI.plszax(digmax, digits);
606  }
607 
608  public static void pltext() {
609  plplotjavacJNI.pltext();
610  }
611 
612  public static void pltimefmt(String fmt) {
613  plplotjavacJNI.pltimefmt(fmt);
614  }
615 
616  public static void plvasp(double aspect) {
617  plplotjavacJNI.plvasp(aspect);
618  }
619 
620  public static void plvect(double[][] Matrix, double[][] MatrixCk, double scale, double[][] pltr, double[][] OBJECT_DATA) {
621  plplotjavacJNI.plvect(Matrix, MatrixCk, scale, pltr, OBJECT_DATA);
622  }
623 
624  public static void plvpas(double xmin, double xmax, double ymin, double ymax, double aspect) {
625  plplotjavacJNI.plvpas(xmin, xmax, ymin, ymax, aspect);
626  }
627 
628  public static void plvpor(double xmin, double xmax, double ymin, double ymax) {
629  plplotjavacJNI.plvpor(xmin, xmax, ymin, ymax);
630  }
631 
632  public static void plvsta() {
633  plplotjavacJNI.plvsta();
634  }
635 
636  public static void plw3d(double basex, double basey, double height, double xmin0, double xmax0, double ymin0, double ymax0, double zmin0, double zmax0, double alt, double az) {
637  plplotjavacJNI.plw3d(basex, basey, height, xmin0, xmax0, ymin0, ymax0, zmin0, zmax0, alt, az);
638  }
639 
640  public static void plwidth(int width) {
641  plplotjavacJNI.plwidth(width);
642  }
643 
644  public static void plwind(double xmin, double xmax, double ymin, double ymax) {
645  plplotjavacJNI.plwind(xmin, xmax, ymin, ymax);
646  }
647 
648  public static void plxormod(boolean mode, boolean[] OUTPUT) {
649  plplotjavacJNI.plxormod(mode, OUTPUT);
650  }
651 
652  public static void plmap(PLCallbackMapform mapform, String type, double minlong, double maxlong, double minlat, double maxlat) {
653  plplotjavacJNI.plmap(mapform, type, minlong, maxlong, minlat, maxlat);
654  }
655 
656  public static void plmeridians(PLCallbackMapform mapform, double dlong, double dlat, double minlong, double maxlong, double minlat, double maxlat) {
657  plplotjavacJNI.plmeridians(mapform, dlong, dlat, minlong, maxlong, minlat, maxlat);
658  }
659 
660  public static void plimage(double[][] Matrix, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax, double Dxmin, double Dxmax, double Dymin, double Dymax) {
661  plplotjavacJNI.plimage(Matrix, xmin, xmax, ymin, ymax, zmin, zmax, Dxmin, Dxmax, Dymin, Dymax);
662  }
663 
664  public static void plimagefr(double[][] Matrix, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax, double valuemin, double valuemax, double[][] pltr_img, double[][] OBJECT_DATA_img) {
665  plplotjavacJNI.plimagefr(Matrix, xmin, xmax, ymin, ymax, zmin, zmax, valuemin, valuemax, pltr_img, OBJECT_DATA_img);
666  }
667 
668  public static void plClearOpts() {
669  plplotjavacJNI.plClearOpts();
670  }
671 
672  public static void plResetOpts() {
673  plplotjavacJNI.plResetOpts();
674  }
675 
676  public static void plSetUsage(String program_string, String usage_string) {
677  plplotjavacJNI.plSetUsage(program_string, usage_string);
678  }
679 
680  public static void plOptUsage() {
681  plplotjavacJNI.plOptUsage();
682  }
683 
684  public static void plMinMax2dGrid(double[][] Matrix, double[] arg1, double[] arg2) {
685  plplotjavacJNI.plMinMax2dGrid(Matrix, arg1, arg2);
686  }
687 
688  public static int plGetCursor(PLGraphicsIn gin) {
689  return plplotjavacJNI.plGetCursor(PLGraphicsIn.getCPtr(gin));
690  }
691 
692 }
static void plmap(PLCallbackMapform mapform, String type, double minlong, double maxlong, double minlat, double maxlat)
static void plimage(double[][] Matrix, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax, double Dxmin, double Dxmax, double Dymin, double Dymax)
static void plscol0(int icol0, int r, int g, int b)
static int plsetopt(String opt, String optarg)
static void plSetUsage(String program_string, String usage_string)
static void plglevel(int[] OUTPUT)
static void plrgbhls(double r, double g, double b, double[] arg3, double[] arg4, double[] arg5)
static PLINT text
Definition: gcw.c:97
static void plmeshc(double[] ArrayX, double[] ArrayY, double[][] MatrixCk, int opt, double[] Array)
static void plsesc(char esc)
static void plscompression(int compression)
static void plwind(double xmin, double xmax, double ymin, double ymax)
static void plcolorbar(double[] arg0, double[] arg1, int opt, int position, double x, double y, double x_length, double y_length, int bg_color, int bb_color, int bb_style, double low_cap_color, double high_cap_color, int cont_color, double cont_width, int[] arg15, String[] arg16, String[] arg17, double[] arg18, int[] arg19, int[] ArrayN, double[][] MatrixCk)
static void pljoin(double x1, double y1, double x2, double y2)
void PLFLT PLINT PLINT PLFLT PLFLT PLFLT PLFLT PLINT PLINT PLINT PLFLT PLFLT PLINT PLFLT PLINT const PLINT const char *const PLINT nx
static void pllightsource(double x, double y, double z)
static void plsym(double[] n, double[] ArrayCk, int code)
static void plmtex(String side, double disp, double pos, double just, String text)
static void plOptUsage()
int min(int a, int b)
static void plvpas(double xmin, double xmax, double ymin, double ymax, double aspect)
void mapform(PLINT n, PLFLT *x, PLFLT *y)
Definition: tclAPI.c:3228
void PLFLT PLINT PLINT PLFLT PLFLT PLFLT PLFLT PLINT PLINT bb_color
void PLFLT PLINT PLINT position
static void plsmin(double def, double scale)
static void plptex(double x, double y, double dx, double dy, double just, String text)
static void plmkstrm(int[] OUTPUT)
static void plshade(double[][] Matrix, double left, double right, double bottom, double top, double shade_min, double shade_max, int sh_cmap, double sh_color, double sh_width, int min_color, double min_width, int max_color, double max_width, boolean rectangular, double[][] pltr, double[][] OBJECT_DATA)
static void plstransform(PLCallbackCT ctf, Object data)
static void plssub(int nx, int ny)
static int plGetCursor(PLGraphicsIn gin)
static void plsyax(int digmax, int digits)
static void plsdev(String devname)
static void plwidth(int width)
static void plmtex3(String side, double disp, double pos, double just, String text)
static void plsvect(double[] Array, double[] ArrayCk, boolean fill)
static void plgcolbg(int[] arg0, int[] arg1, int[] arg2)
static void plgcompression(int[] OUTPUT)
static void pl_setcontlabelformat(int lexp, int sigdig)
static void plgcmap1_range(double[] arg0, double[] arg1)
static void plscmap1l(boolean itype, double[] n, double[] arg2, double[] arg3, double[] arg4, boolean[] ArrayCkMinus1Null)
static void plsvpa(double xmin, double xmax, double ymin, double ymax)
static void plcont(double[][] Matrix, int kx, int lx, int ky, int ly, double[] Array, double[][] pltr, double[][] OBJECT_DATA)
static void plstring3(double[] n, double[] arg1, double[] arg2, String string)
static int plparseopts(String[] p_argc, int mode)
void PLFLT PLINT PLINT PLFLT x
tuple xmin
Definition: Plframe.py:907
static void plgver(StringBuffer OUTPUT)
static void plscol0a(int icol0, int r, int g, int b, double a)
static void plconfigtime(double scale, double offset1, double offset2, int ccontrol, boolean ifbtime_offset, int year, int month, int day, int hour, int min, double sec)
static void plResetOpts()
static void plvasp(double aspect)
static void plot3d(double[] ArrayX, double[] ArrayY, double[][] MatrixCk, int opt, boolean side)
static void pllegend(double[] arg0, double[] arg1, int opt, int position, double x, double y, double plot_width, int bg_color, int bb_color, int bb_style, int nrow, int ncolumn, int[] n, double text_offset, double text_scale, double text_spacing, double text_justification, int[] arg17, String[] arg18, int[] arg19, int[] arg20, double[] arg21, double[] arg22, int[] arg23, int[] arg24, double[] arg25, int[] arg26, double[] arg27, int[] arg28, String[] arg29)
static void plaxes(double x0, double y0, String xopt, double xtick, int nxsub, String yopt, double ytick, int nysub)
void PLFLT PLINT PLINT PLFLT PLFLT PLFLT PLFLT PLINT PLINT PLINT PLFLT PLFLT PLINT PLFLT PLINT const PLINT const char *const PLINT const char *const const PLFLT const PLINT const PLINT const PLFLT * a
static void plvect(double[][] Matrix, double[][] MatrixCk, double scale, double[][] pltr, double[][] OBJECT_DATA)
static void plgdev(StringBuffer OUTPUT)
tuple ymin
Definition: Plframe.py:908
static void plseed(long s)
void PLFLT PLINT PLINT PLFLT PLFLT PLFLT PLFLT PLINT PLINT PLINT PLFLT low_cap_color
static void plw3d(double basex, double basey, double height, double xmin0, double xmax0, double ymin0, double ymax0, double zmin0, double zmax0, double alt, double az)
static void plgcolbga(int[] arg0, int[] arg1, int[] arg2, double[] arg3)
static void plscmap1n(int ncol1)
static void plbox3(String xopt, String xlabel, double xtick, int nsubx, String yopt, String ylabel, double ytick, int nsuby, String zopt, String zlabel, double ztick, int nsubz)
static void plsfam(int fam, int num, int bmax)
static void plgzax(int[] arg0, int[] arg1)
static void pltimefmt(String fmt)
static void plstripd(int id)
static void plgradient(double[] n, double[] ArrayCk, double angle)
static void plgdidev(double[] arg0, double[] arg1, double[] arg2, double[] arg3)
static void plgfnam(StringBuffer OUTPUT)
static void plptex3(double x, double y, double z, double dx, double dy, double dz, double sx, double sy, double sz, double just, String text)
static void plgyax(int[] arg0, int[] arg1)
static void plfont(int ifont)
static void plpoly3(double[] n, double[] arg1, double[] arg2, boolean[] ArrayCkMinus1, boolean flag)
static void pltr(PLFLT x, PLFLT y, PLFLT *tx, PLFLT *ty, void *pltr_data)
Definition: f77/sccont.c:211
static void plsfont(int family, int style, int weight)
static void plscmap1(int[] Array, int[] arg1, int[] arg2)
static void plimagefr(double[][] Matrix, double xmin, double xmax, double ymin, double ymax, double zmin, double zmax, double valuemin, double valuemax, double[][] pltr_img, double[][] OBJECT_DATA_img)
static void plstripc(int[] OUTPUT, String xspec, String yspec, double xmin, double xmax, double xjump, double ymin, double ymax, double xlpos, double ylpos, boolean y_ascl, boolean acc, int colbox, int collab, int[] Array, int[] ArrayCk, String[] legline, String labx, String laby, String labtop)
static void plsxax(int digmax, int digits)
static void plshades(double[][] Matrix, double xmin, double xmax, double ymin, double ymax, double[] Array, double fill_width, int cont_color, double cont_width, boolean rectangular, double[][] pltr, double[][] OBJECT_DATA)
void PLFLT PLINT PLINT PLFLT PLFLT y
static void plsfnam(String fnam)
static void plscmap1la(boolean itype, double[] n, double[] arg2, double[] arg3, double[] arg4, double[] arg5, boolean[] ArrayCkMinus1Null)
static void plprec(int setp, int prec)
static void plgspa(double[] arg0, double[] arg1, double[] arg2, double[] arg3)
static void plsurf3d(double[] ArrayX, double[] ArrayY, double[][] MatrixCk, int opt, double[] Array)
static void plscolbga(int r, int g, int b, double a)
static void plstripa(int id, int pen, double x, double y)
static void plgfci(long[] OUTPUT)
static void plscmap0n(int ncol0)
static void plbtime(int[] arg0, int[] arg1, int[] arg2, int[] arg3, int[] arg4, double[] arg5, double ctime)
static void plgfont(int[] arg0, int[] arg1, int[] arg2)
static void plgxax(int[] arg0, int[] arg1)
static void plstar(int nx, int ny)
static void plscmap1_range(double min_color, double max_color)
void PLFLT PLINT PLINT PLFLT PLFLT PLFLT PLFLT PLINT PLINT PLINT PLFLT PLFLT high_cap_color
static void plcalc_world(double rx, double ry, double[] arg2, double[] arg3, int[] arg4)
static void plgdiori(double[] OUTPUT)
static void plgdiplt(double[] arg0, double[] arg1, double[] arg2, double[] arg3)
static void plpoin3(double[] n, double[] arg1, double[] arg2, int code)
static void plot3dcl(double[] ArrayX, double[] ArrayY, double[][] MatrixCk, int opt, double[] arg4, int ixstart, int[] arg6, int[] ArrayCk)
static void plspause(boolean pause)
static void plspal1(String filename, boolean interpolate)
static void plpat(int[] n, int[] ArrayCk)
static void plgvpd(double[] arg0, double[] arg1, double[] arg2, double[] arg3)
tuple xmax
Definition: Plframe.py:909
static void plerry(double[] n, double[] arg1, double[] arg2)
static void plmeridians(PLCallbackMapform mapform, double dlong, double dlat, double minlong, double maxlong, double minlat, double maxlat)
static void plgvpw(double[] arg0, double[] arg1, double[] arg2, double[] arg3)
void PLFLT PLINT PLINT PLFLT PLFLT PLFLT PLFLT PLINT PLINT PLINT PLFLT PLFLT PLINT cont_color
static void plgcol0a(int icol0, int[] arg1, int[] arg2, int[] arg3, double[] arg4)
static void plhlsrgb(double h, double l, double s, double[] arg3, double[] arg4, double[] arg5)
static void plxormod(boolean mode, boolean[] OUTPUT)
static void pllsty(int lin)
static void plbin(double[] n, double[] ArrayCk, int center)
static void plfontld(int fnt)
static void plgfam(int[] arg0, int[] arg1, int[] arg2)
static double plrandd()
static void plline(double[] n, double[] ArrayCk)
static void plcol1(double col1)
void PLFLT PLINT PLINT PLFLT PLFLT PLFLT x_length
static void plhist(double[] n, double datmin, double datmax, int nbin, int oldwin)
static void plsdimap(int dimxmin, int dimxmax, int dimymin, int dimymax, double dimxpmm, double dimypmm)
static void plvpor(double xmin, double xmax, double ymin, double ymax)
static void plstart(String devname, int nx, int ny)
static void plpoin(double[] n, double[] ArrayCk, int code)
static void plfill3(double[] n, double[] arg1, double[] arg2)
void PLFLT PLINT opt
static void plscmap0(int[] Array, int[] arg1, int[] arg2)
static void plpsty(int patt)
static void plscmap1a(int[] Array, int[] arg1, int[] arg2, double[] arg3)
static void plsdidev(double mar, double aspect, double jx, double jy)
void PLFLT PLINT PLINT PLFLT PLFLT PLFLT PLFLT PLINT PLINT PLINT PLFLT PLFLT PLINT PLFLT cont_width
static void plscmap0a(int[] Array, int[] arg1, int[] arg2, double[] arg3)
static void plgstrm(int[] OUTPUT)
static void plssym(double def, double scale)
void PLFLT PLINT PLINT PLFLT PLFLT PLFLT PLFLT PLINT PLINT PLINT bb_style
static void plsfci(long fci)
static void plfill(double[] n, double[] ArrayCk)
tuple ymax
Definition: Plframe.py:910
static void plsdiplz(double xmin, double ymin, double xmax, double ymax)
static void plsstrm(int strm)
static void plot3dc(double[] ArrayX, double[] ArrayY, double[][] MatrixCk, int opt, double[] Array)
static void plspal0(String filename)
static void pladv(int page)
static void plgcol0(int icol0, int[] arg1, int[] arg2, int[] arg3)
static void plspage(double xp, double yp, int xleng, int yleng, int xoff, int yoff)
static void plcpstrm(int iplsr, boolean flags)
static void plsori(int ori)
static void plMinMax2dGrid(double[][] Matrix, double[] arg1, double[] arg2)
static void plline3(double[] n, double[] arg1, double[] arg2)
static void plsurf3dl(double[] ArrayX, double[] ArrayY, double[][] MatrixCk, int opt, double[] arg4, int ixstart, int[] arg6, int[] ArrayCk)
static void plgchr(double[] arg0, double[] arg1)
static void plgpage(double[] arg0, double[] arg1, int[] arg2, int[] arg3, int[] arg4, int[] arg5)
static void plscolbg(int r, int g, int b)
static void plschr(double def, double scale)
void PLFLT PLINT PLINT PLFLT PLFLT PLFLT PLFLT PLINT bg_color
dx
if { $zoomopts($this,1) == 0 } then {
Definition: Plframe.py:613
static void plsdiori(double rot)
static void pl_setcontlabelparam(double offset, double size, double spacing, int active)
static void plstyl(int[] n, int[] ArrayCk)
static void plcol0(int icol0)
static void plstring(double[] n, double[] ArrayCk, String string)
static void plmesh(double[] ArrayX, double[] ArrayY, double[][] MatrixCk, int opt)
static void plctime(int year, int month, int day, int hour, int min, double sec, double[] OUTPUT)
static void pllab(String xlabel, String ylabel, String tlabel)
static void plsmaj(double def, double scale)
static void plgriddata(double[] Array, double[] arg1, double[] arg2, double[] ArrayX, double[] ArrayY, double[][] OutMatrixCk, int type, double data)
static void plszax(int digmax, int digits)
static void plenv(double xmin, double xmax, double ymin, double ymax, int just, int axis)
static void plClearOpts()
static void plbox(String xopt, double xtick, int nxsub, String yopt, double ytick, int nysub)
static void plscolor(int color)
static void plenv0(double xmin, double xmax, double ymin, double ymax, int just, int axis)
static void plerrx(double[] n, double[] arg1, double[] arg2)
static void plslabelfunc(PLCallbackLabel lf, Object data)
void PLFLT PLINT PLINT PLFLT PLFLT PLFLT PLFLT y_length
static void plarc(double x, double y, double a, double b, double angle1, double angle2, double rotate, boolean fill)
static void plsdiplt(double xmin, double ymin, double xmax, double ymax)