S-PLUS Connect/Java v1.0

Uses of Interface
com.insightful.gdevice.SGraphicsDevice

Packages that use SGraphicsDevice
com.insightful.gdevice   
 

Uses of SGraphicsDevice in com.insightful.gdevice
 

Classes in com.insightful.gdevice that implement SGraphicsDevice
 class SGraphicsDeviceImplementation
          S-PLUS graphics device.
 class SGraphicsLocalDeviceImplementation
          Local S-PLUS graphics device.
 

Methods in com.insightful.gdevice that return SGraphicsDevice
 SGraphicsDevice SGraphicsLocalDeviceFactoryImplementation.createGraphicsDevice(Dimension userSize)
           
 SGraphicsDevice SGraphicsLocalDeviceFactoryImplementation.createGraphicsDevice(Dimension userSize, boolean show)
           
 SGraphicsDevice SGraphicsDeviceFactoryImplementation.createGraphicsDevice(Dimension userSize)
           
 SGraphicsDevice SGraphicsDeviceFactoryImplementation.createGraphicsDevice(Dimension userSize, boolean show)
           
 SGraphicsDevice SGraphicsDeviceFactory.createGraphicsDevice(Dimension userSize)
           
 SGraphicsDevice SGraphicsDeviceFactory.createGraphicsDevice(Dimension userSize, boolean show)
           
 SGraphicsDevice SCanvas.getGraphicsDevice()
          Return SGraphicsDevice currently sending graphics commands to this SCanvas, or NULL, if there is no such device.
 

Methods in com.insightful.gdevice with parameters of type SGraphicsDevice
 void SCanvas.setGraphicsDevice(SGraphicsDevice graphicsDevice)
          Set SGraphicsDevice currently sending graphics commands to this SCanvas, or NULL, if there is no such device.
 


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.