S-PLUS Connect/Java v1.0

Uses of Class
com.insightful.gdevice.SCanvasPoint

Packages that use SCanvasPoint
com.insightful.gdevice   
 

Uses of SCanvasPoint in com.insightful.gdevice
 

Methods in com.insightful.gdevice that return SCanvasPoint
 SCanvasPoint SCanvasRectangle.getFirstCorner()
          Returns SCanvasPoint for the first point where the mouse is initially pressed, as the rectangle is swept.
 SCanvasPoint SCanvasRectangle.getSecondCorner()
          returns SCanvasPoint for the second point where the mouse is released, as the rectangle is swept.
 SCanvasPoint SCanvasAWT.getValueFromPoint(int x, int y)
          Given mouse coords x,y in the canvas, returns the x,y values of this point in the coordinate system of the SGraphCommand with the smallest plot region that contains this point.
 SCanvasPoint SCanvasAWT.getValueFromPoint(Point pt)
          Given mouse coords x,y in the canvas, returns the x,y values of this point in the coordinate system of the SGraphCommand with the smallest plot region that contains this point.
 SCanvasPoint SCanvasAWT.getValueFromPoint(com.insightful.gdevice.SGraphCommand cmd, int x, int y)
          Given an SGraphCommand and mouse coords x,y in the canvas, returns the x,y values of this point in the coordinate system of that cmd.
 SCanvasPoint SCanvasAWT.getValueFromPoint(com.insightful.gdevice.SGraphCommand cmd, Point pt)
          Given an SGraphCommand and mouse coords x,y in the canvas, returns the x,y values of this point in the coordinate system of that cmd.
 


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.