S-PLUS Connect/Java v1.0

com.insightful.gdevice
Interface SGraphicsDeviceFactory

All Superinterfaces:
Remote
All Known Implementing Classes:
SGraphicsDeviceFactoryImplementation, SGraphicsLocalDeviceFactoryImplementation

public interface SGraphicsDeviceFactory
extends Remote

Interface for an object factory to create SGraphicsDevice objects and get/set color schemes.


Method Summary
 SGraphicsDevice createGraphicsDevice(Dimension userSize)
           
 SGraphicsDevice createGraphicsDevice(Dimension userSize, boolean show)
           
 Vector getStandardColorSchemeIndexNames()
           
 Vector getStandardColorSchemes()
           
 void setStandardColorSchemeIndexNames(Vector vec)
           
 void setStandardColorSchemes(Vector vec)
           
 

Method Detail

createGraphicsDevice

public SGraphicsDevice createGraphicsDevice(Dimension userSize)
                                     throws RemoteException
Throws:
RemoteException

createGraphicsDevice

public SGraphicsDevice createGraphicsDevice(Dimension userSize,
                                            boolean show)
                                     throws RemoteException
Throws:
RemoteException

setStandardColorSchemes

public void setStandardColorSchemes(Vector vec)
                             throws RemoteException
Throws:
RemoteException

getStandardColorSchemes

public Vector getStandardColorSchemes()
                               throws RemoteException
Throws:
RemoteException

setStandardColorSchemeIndexNames

public void setStandardColorSchemeIndexNames(Vector vec)
                                      throws RemoteException
Throws:
RemoteException

getStandardColorSchemeIndexNames

public Vector getStandardColorSchemeIndexNames()
                                        throws RemoteException
Throws:
RemoteException

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.