Through the Java native interface (JNI), only a subset of the C++ methods is accessible. For example, in vtkRenderWindow.cxx there is a method called GetRGBAPixelData(), but this method is not available in vtkRenderWindow.java. My question is: What do I have to do to expose a C++ method to the Java side? Many thanks.