S-PLUS Connect/Java v1.0

Uses of Class
com.insightful.gdevice.SCanvas

Packages that use SCanvas
com.insightful.gdevice   
com.insightful.splus   
 

Uses of SCanvas in com.insightful.gdevice
 

Methods in com.insightful.gdevice that return SCanvas
 SCanvas SGraphicsLocalDeviceImplementation.getCanvas()
          get the current active canvas for this graphics device.
 SCanvas SGraphicsDeviceImplementation.getCanvas()
          get the current active canvas for this graphics device.
 SCanvas SGraphicsDevice.getCanvas()
           
 SCanvas SCanvasAWT.createSCanvas()
          Create an SCanvas with the same properties as this SCanvasAWT.
static SCanvas SCanvas.createSCanvas(SCanvasAWT awtCanvas)
          Create an SCanvas with the same properties as an SCanvasAWT.
 

Methods in com.insightful.gdevice with parameters of type SCanvas
 void SGraphicsLocalDeviceImplementation.addCanvas(SCanvas canvas)
          add this canvas to the graphics device, and make it the active canvas.
 void SGraphicsLocalDeviceImplementation.removeCanvas(SCanvas canvas)
          Remove this canvas from the graphics device.
 void SGraphicsDeviceImplementation.addCanvas(SCanvas canvas)
          add this canvas to the graphics device, and make it the active canvas.
 void SGraphicsDeviceImplementation.removeCanvas(SCanvas canvas)
          Remove this canvas from the graphics device.
 void SGraphicsDevice.addCanvas(SCanvas canvas)
           
 void SGraphicsDevice.removeCanvas(SCanvas canvas)
           
 boolean SCanvasListener.canvasCleared(SCanvas canvas, boolean newTopLevelExpr)
           
 void SCanvasListener.canvasWrap(SCanvas canvas)
           
 Point[] SCanvasListener.canvasReadPen(SCanvas canvas, int maxPoints)
           
 void SCanvasListener.canvasChanged(SCanvas canvas)
           
 void SCanvas.setNewActiveCanvas(SCanvas newCanvas)
          Set a new canvas to be the active canvas for this canvas' graphics device.
 

Constructors in com.insightful.gdevice with parameters of type SCanvas
SGraphicsLocalDeviceImplementation(SCanvas canvas)
           
SGraphicsDeviceImplementation(SCanvas canvas)
           
SGraphicsDeviceImplementation(SCanvas canvas, SplusSession session)
           
 

Uses of SCanvas in com.insightful.splus
 

Methods in com.insightful.splus that return SCanvas
 SCanvas SplusCanvasHandler.getActiveCanvas()
           
 SCanvas SplusCanvasHandler.getCurrentDeviceCanvas()
           
 SCanvas SplusMinGui.getActiveCanvas()
           
 SCanvas SplusMinGui.getCurrentDeviceCanvas()
           
 

Methods in com.insightful.splus with parameters of type SCanvas
 void SplusCanvasHandler.showNewCanvas(SCanvas canvas)
           
 void SplusMinGui.showNewCanvas(SCanvas canvas)
           
 


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.