S-PLUS Connect/Java v1.0

com.insightful.gdevice
Interface SCanvasHit

All Known Subinterfaces:
SCanvasHitRegion

public interface SCanvasHit

interface for an object representing a mouse hit within a graph command.


Method Summary
 boolean equals(Object obj)
           
 String getAction()
           
 com.insightful.gdevice.SGraphCommand getCmd()
           
 String getLabel()
           
 Rectangle getRectangle(SCanvasAWT c)
           
 

Method Detail

getCmd

public com.insightful.gdevice.SGraphCommand getCmd()

equals

public boolean equals(Object obj)

getRectangle

public Rectangle getRectangle(SCanvasAWT c)

getLabel

public String getLabel()

getAction

public String getAction()

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.