Package org.rosuda.javaGD

Interface Summary
GDContainer GDContainer is the minimal interface that has to be implemented by classes that are used as back-ends for JavaGD.
 

Class Summary
GDCanvas  
GDInterface CGInterface defines an interface (and provides a simple implementation) between the JavaGD R device and the Java code.
JavaGD JavaGD is an implementation of the GDInterface protocol which displays the R graphics in an AWT window (via GDCanvas).
JGDBufferedPanel  
JGDPanel  
LocatorSync a simple synchronization class that can be used by a separate thread to wake JavaGD from waiting for a locator result.
XGDserver XGDserver is a sample implementation of a server understanding the XGD1 protocol using GDCanvas for drawing.