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

com.insightful.gdevice.SGraphCommand getCmd()

equals

boolean equals(Object obj)
Overrides:
equals in class Object

getRectangle

Rectangle getRectangle(SCanvasAWT c)

getLabel

String getLabel()

getAction

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.