com.insightful.gdevice
Class SGraphicsDeviceFactoryImplementation
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
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
SGraphicsDeviceFactoryImplementation
public SGraphicsDeviceFactoryImplementation()
throws RemoteException
- Throws:
RemoteException
SGraphicsDeviceFactoryImplementation
public SGraphicsDeviceFactoryImplementation(SplusSession session)
throws RemoteException
- Throws:
RemoteException
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
Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.