S-PLUS Connect/Java v1.0

com.insightful.gdevice
Class SGraphicsLocalDeviceFactoryImplementation

java.lang.Object
  extended bycom.insightful.gdevice.SGraphicsLocalDeviceFactoryImplementation
All Implemented Interfaces:
Remote, SGraphicsDeviceFactory

public class SGraphicsLocalDeviceFactoryImplementation
extends Object
implements SGraphicsDeviceFactory

Non-remote object factory to create SGraphicsDeviceImplementation and get/set color schemes.


Constructor Summary
SGraphicsLocalDeviceFactoryImplementation()
           
 
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.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SGraphicsLocalDeviceFactoryImplementation

public SGraphicsLocalDeviceFactoryImplementation()
Method Detail

createGraphicsDevice

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

createGraphicsDevice

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

setStandardColorSchemes

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

getStandardColorSchemes

public Vector getStandardColorSchemes()
Specified by:
getStandardColorSchemes in interface SGraphicsDeviceFactory

setStandardColorSchemeIndexNames

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

getStandardColorSchemeIndexNames

public Vector getStandardColorSchemeIndexNames()
Specified by:
getStandardColorSchemeIndexNames in interface SGraphicsDeviceFactory

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.