JWAVE Convenience Wrappers
This section describes a set of JWAVE wrappers that are provided by Rogue Wave. These wrappers are provided primarily to give JWAVE client developers a way to access the basic PV‑WAVE graphics routines without having to write their own JWAVE wrappers.
The JWAVE wrappers described in this appendix include:
You can use these wrappers just like any JWAVE wrappers. This appendix tells you specifically which parameters the wrappers can accept.
For example, to use the JWAVE_PLOT wrapper, set the JWAVE wrapper function to JWAVE_PLOT in the client application:
JWaveConnection(”JWAVE_PLOT”)
Then, use the setParam method to set the parameters you wish to pass to the wrapper. For example:
setParam(”X”, an_array);
setParam(”TITLE”, ”The Plot Title”);