S-PLUS Connect/Java v1.0

com.insightful.gdevice
Interface SCanvasHitRegion

All Superinterfaces:
SCanvasHit

public interface SCanvasHitRegion
extends SCanvasHit

Extended SCanvasHit with additional methods. These methods were removed from SCanvasHit so IMiner3.0 would still work with Splus6.2


Method Summary
 void drawRegion(SCanvasAWT c, Graphics g)
           
 boolean drawRegionSupportsXOR()
           
 void fillRegion(SCanvasAWT c, Graphics g)
           
 
Methods inherited from interface com.insightful.gdevice.SCanvasHit
equals, getAction, getCmd, getLabel, getRectangle
 

Method Detail

drawRegion

public void drawRegion(SCanvasAWT c,
                       Graphics g)

fillRegion

public void fillRegion(SCanvasAWT c,
                       Graphics g)

drawRegionSupportsXOR

public boolean drawRegionSupportsXOR()

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.