Uses of Class
shady.common.ui.HotSpot

Packages that use HotSpot
shady.common.ui The Shady window shade robot project common UI. 
shady.common.ui.multi   
 

Uses of HotSpot in shady.common.ui
 

Fields in shady.common.ui declared as HotSpot
protected  HotSpot GraphicsDisplay.currentHotSpot
          Currently active HotSpot, if any, else null.
 

Methods in shady.common.ui with parameters of type HotSpot
 void GraphicsDisplay.addHotSpot(HotSpot hotSpot)
          Add a HotSpot to the list of known HotSpots.
 void UI.addHotSpot(HotSpot hotSpot)
          Covers GraphicsDisplay.addHotSpot(HotSpot) iff we have a graphics display.
 boolean GraphicsDisplay.removeHotSpot(HotSpot hotSpot)
          Remove a HotSpot to the list of known HotSpots.
 boolean UI.removeHotSpot(HotSpot hotSpot)
          Covers GraphicsDisplay.removeHotSpot(HotSpot) iff we have a graphics display.
 

Uses of HotSpot in shady.common.ui.multi
 

Subclasses of HotSpot in shady.common.ui.multi
 class ChainIKHotSpot
          A HotSpot that controls a multishady chain by ChainIK.