S-PLUS Connect/Java v1.0

Uses of Class
com.insightful.gdevice.SCanvasAWT

Packages that use SCanvasAWT
com.insightful.gdevice   
 

Uses of SCanvasAWT in com.insightful.gdevice
 

Subclasses of SCanvasAWT in com.insightful.gdevice
 class SCanvas
          An SCanvas is an object that can save and draw Splus graphic commands.
 

Methods in com.insightful.gdevice that return SCanvasAWT
static SCanvasAWT SCanvasAWT.createErrorCanvas(String errorString)
           
static SCanvasAWT SCanvasAWT.createFromXML(XMLElement elt, IDHash idHash)
           
 SCanvasAWT SCanvasAWT.createSCanvasAWT()
           
 SCanvasAWT SCanvas.getAWT()
           
 SCanvasAWT SCanvasPaneController.getCanvas()
           
 SCanvasAWT SCanvasPaneController.getCanvas(int i)
           
 

Methods in com.insightful.gdevice with parameters of type SCanvasAWT
 void SGui.addCanvas(SCanvasAWT canvas)
           
 void SCanvasPaneController.addCanvas(SCanvasAWT canvas)
           
 void SGui.addCanvas(SCanvasAWT canvas, int num)
           
 void SCanvasPaneController.addCanvas(SCanvasAWT canvas, int index)
           
static SCanvas SCanvas.createSCanvas(SCanvasAWT awtCanvas)
          Create an SCanvas with the same properties as an SCanvasAWT.
 void SCanvasHitRegion.drawRegion(SCanvasAWT c, Graphics g)
           
 void SCanvasHitRegion.fillRegion(SCanvasAWT c, Graphics g)
           
 int SCanvasRectangle.getHeight(SCanvasAWT canvas)
          Return the height of the rectangle, in the virtual graphsheet of the given SCanvas
 int SCanvasRectangle.getLeft(SCanvasAWT canvas)
          Return the X coordinate of the left of the rectangle, in the virtual graphsheet of the given SCanvas
 Rectangle SCanvasHit.getRectangle(SCanvasAWT c)
           
 int SCanvasRectangle.getTop(SCanvasAWT canvas)
          Return the Y coordinate of the top of the rectangle, in the virtual graphsheet of the given SCanvas
 int SCanvasRectangle.getWidth(SCanvasAWT canvas)
          Return the width of the rectangle, in the virtual graphsheet of the given SCanvas
 Rectangle SCanvasRectangle.getWindowRect(SCanvasAWT c)
           
 int SCanvasPoint.getX(SCanvasAWT canvas)
          Returns the x-coordinate of the point in the virtual graphsheet of the given SCanvas.
 int SCanvasPoint.getY(SCanvasAWT canvas)
          Return the y-coordinate of the point in the virtual graphsheet of the given SCanvas.
 void SCanvasAWT.loadEmbeddedCanvas(SCanvasAWT canvas)
           
 void SGui.prepareEmbeddedCanvas(SCanvasAWT canvas)
           
 void SCanvasPaneController.EmbeddedFileAccess.prepareEmbeddedCanvas(SCanvasAWT 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.