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.
createGraphicsDevice
SGraphicsDevice createGraphicsDevice(Dimension userSize)
throws RemoteException
- Throws:
RemoteException
createGraphicsDevice
SGraphicsDevice createGraphicsDevice(Dimension userSize,
boolean show)
throws RemoteException
- Throws:
RemoteException
setStandardColorSchemes
void setStandardColorSchemes(Vector vec)
throws RemoteException
- Throws:
RemoteException
getStandardColorSchemes
Vector getStandardColorSchemes()
throws RemoteException
- Throws:
RemoteException
setStandardColorSchemeIndexNames
void setStandardColorSchemeIndexNames(Vector vec)
throws RemoteException
- Throws:
RemoteException
getStandardColorSchemeIndexNames
Vector getStandardColorSchemeIndexNames()
throws RemoteException
- Throws:
RemoteException
Copyright © 2000, 2002 Insightful Corporation
Warning: Classes not documented in the S-PLUS Programmer's Guide may change in future releases.