com.insightful.splus
Class SplusMinGui
java.lang.Object
com.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
m_frame
protected JFrame m_frame
SplusMinGui
public SplusMinGui()
SplusMinGui
public SplusMinGui(boolean handleFiles)
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
Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.