Interface | Description |
---|---|
JavaGDListener |
Interface to something that is interested in graphics produced by R via the
JavaGD graphics device.
|
JavaGDNotifier |
Interface to something that maintains a list of listeners that are interested
in graphics produced from R via the JavaGD graphics device.
|
RLoggerAPI |
Interface to something that can map R console warnings/messages to Weka log
messages
|
RSessionAPI |
Interface to an RSession.
|
Class | Description |
---|---|
JavaGDOffscreenRenderer |
A class that extends the JavaGD JGDPanel class to provide off-screen
rendering (to BufferedImage) of graphics produced in R.
|
JRILoader |
Class that makes sure that key JRI classes and the native library are all
loaded by the root class loader.
|
JRINativeLoader |
Takes care of loading the native JRI library.
|
RSession |
Maintains a proxy singleton interface to the actual RSession implementation.
|
RSessionImpl |
Maintains a singleton object for managing R sessions.
|
RUtils |
Static utility methods for pushing/pulling data to/from R.
|
WekaJavaGD |
A hook into the JavaGD system.
|
Exception | Description |
---|---|
RSessionException |
Exception for R-related problems.
|