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 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.
 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()
           
 

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 SGraphicsDeviceImplementation.addCanvas(SCanvas canvas)
          add this canvas to the graphics device, and make it the active canvas.
 void SGraphicsDevice.addCanvas(SCanvas canvas)
           
 void SCanvasListener.canvasChanged(SCanvas canvas)
           
 boolean SCanvasListener.canvasCleared(SCanvas canvas, boolean newTopLevelExpr)
           
 Point[] SCanvasListener.canvasReadPen(SCanvas canvas, int maxPoints)
           
 void SCanvasListener.canvasWrap(SCanvas canvas)
           
 void SGraphicsLocalDeviceImplementation.removeCanvas(SCanvas canvas)
          Remove this canvas from the graphics device.
 void SGraphicsDeviceImplementation.removeCanvas(SCanvas canvas)
          Remove this canvas from the graphics device.
 void SGraphicsDevice.removeCanvas(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
SGraphicsDeviceImplementation(SCanvas canvas)
           
SGraphicsDeviceImplementation(SCanvas canvas, SplusSession session)
           
SGraphicsLocalDeviceImplementation(SCanvas canvas)
           
 

Uses of SCanvas in com.insightful.splus
 

Methods in com.insightful.splus that return SCanvas
 SCanvas SplusCanvasHandler.getActiveCanvas()
           
 SCanvas SplusMinGui.getActiveCanvas()
           
 SCanvas SplusCanvasHandler.getCurrentDeviceCanvas()
           
 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.