S-PLUS Connect/Java v1.0

com.insightful.splus
Class SplusMinGui

java.lang.Object
  extended bycom.insightful.splus.SplusMinGui
All Implemented Interfaces:
SplusCanvasHandler, SplusServerFileHandler

public class SplusMinGui
extends Object
implements SplusCanvasHandler, SplusServerFileHandler

Support for a Java graphics device in the non-GUI Java version. This is used in the Java-enabled command line version of S-PLUS and with SplusUserApp.


Field Summary
protected  JFrame m_frame
           
 
Constructor Summary
SplusMinGui()
           
SplusMinGui(boolean handleFiles)
           
 
Method Summary
 void addGraphWindow(com.insightful.splus.graph.GraphWindow window)
           
 SCanvas getActiveCanvas()
           
 SCanvas getCurrentDeviceCanvas()
           
 FileInputStream getServerFileInputStream(String name)
           
 FileOutputStream getServerFileOutputStream(String name)
           
 FileSystemView getServerFileSystemView()
           
 void showNewCanvas(SCanvas canvas)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_frame

protected JFrame m_frame
Constructor Detail

SplusMinGui

public SplusMinGui()

SplusMinGui

public SplusMinGui(boolean handleFiles)
Method Detail

showNewCanvas

public void showNewCanvas(SCanvas canvas)
Specified by:
showNewCanvas in interface SplusCanvasHandler

getActiveCanvas

public SCanvas getActiveCanvas()
Specified by:
getActiveCanvas in interface SplusCanvasHandler

getCurrentDeviceCanvas

public SCanvas getCurrentDeviceCanvas()
Specified by:
getCurrentDeviceCanvas in interface SplusCanvasHandler

addGraphWindow

public void addGraphWindow(com.insightful.splus.graph.GraphWindow window)
Specified by:
addGraphWindow in interface SplusCanvasHandler

getServerFileSystemView

public FileSystemView getServerFileSystemView()
Specified by:
getServerFileSystemView in interface SplusServerFileHandler

getServerFileInputStream

public FileInputStream getServerFileInputStream(String name)
                                         throws FileNotFoundException
Specified by:
getServerFileInputStream in interface SplusServerFileHandler
Throws:
FileNotFoundException

getServerFileOutputStream

public FileOutputStream getServerFileOutputStream(String name)
                                           throws FileNotFoundException,
                                                  IOException
Specified by:
getServerFileOutputStream in interface SplusServerFileHandler
Throws:
FileNotFoundException
IOException

S-PLUS Connect/Java v1.0

Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.