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

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

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.