S-PLUS Connect/Java v1.0

com.insightful.gdevice
Class SGraphicsDeviceFactoryImplementation

java.lang.Object
  extended by java.rmi.server.RemoteObject
      extended by java.rmi.server.RemoteServer
          extended by java.rmi.server.UnicastRemoteObject
              extended by com.insightful.gdevice.SGraphicsDeviceFactoryImplementation
All Implemented Interfaces:
SGraphicsDeviceFactory, Serializable, Remote

public class SGraphicsDeviceFactoryImplementation
extends UnicastRemoteObject
implements SGraphicsDeviceFactory

Object factory to create SGraphicsDeviceImplementation and get/set color schemes.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
SGraphicsDeviceFactoryImplementation()
           
SGraphicsDeviceFactoryImplementation(SplusSession session)
           
 
Method Summary
 SGraphicsDevice createGraphicsDevice(Dimension userSize)
           
 SGraphicsDevice createGraphicsDevice(Dimension userSize, boolean show)
           
 Vector getStandardColorSchemeIndexNames()
           
 Vector getStandardColorSchemes()
           
 void setStandardColorSchemeIndexNames(Vector vec)
           
 void setStandardColorSchemes(Vector vec)
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SGraphicsDeviceFactoryImplementation

public SGraphicsDeviceFactoryImplementation()
                                     throws RemoteException
Throws:
RemoteException

SGraphicsDeviceFactoryImplementation

public SGraphicsDeviceFactoryImplementation(SplusSession session)
                                     throws RemoteException
Throws:
RemoteException
Method Detail

createGraphicsDevice

public SGraphicsDevice createGraphicsDevice(Dimension userSize)
                                     throws RemoteException
Specified by:
createGraphicsDevice in interface SGraphicsDeviceFactory
Throws:
RemoteException

createGraphicsDevice

public SGraphicsDevice createGraphicsDevice(Dimension userSize,
                                            boolean show)
                                     throws RemoteException
Specified by:
createGraphicsDevice in interface SGraphicsDeviceFactory
Throws:
RemoteException

setStandardColorSchemes

public void setStandardColorSchemes(Vector vec)
                             throws RemoteException
Specified by:
setStandardColorSchemes in interface SGraphicsDeviceFactory
Throws:
RemoteException

getStandardColorSchemes

public Vector getStandardColorSchemes()
                               throws RemoteException
Specified by:
getStandardColorSchemes in interface SGraphicsDeviceFactory
Throws:
RemoteException

setStandardColorSchemeIndexNames

public void setStandardColorSchemeIndexNames(Vector vec)
                                      throws RemoteException
Specified by:
setStandardColorSchemeIndexNames in interface SGraphicsDeviceFactory
Throws:
RemoteException

getStandardColorSchemeIndexNames

public Vector getStandardColorSchemeIndexNames()
                                        throws RemoteException
Specified by:
getStandardColorSchemeIndexNames in interface SGraphicsDeviceFactory
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.