ChartDirector 7.0 (Java Edition)

HotSpotAdapter


%class is an abstract class that provides a default implementation of the HotSpotListener interface with empty methods. This class allows HotSpotListener objects to be created conveniently, as only the methods for the events of interest need to be overridden.

MethodInheritedDescription
hotSpotClicked(Self)The system will call this method when the mouse clicks on a hot spot.
hotSpotEntered(Self)The system will call this method when the mouse enters a hot spot region.
hotSpotExited(Self)The system will call this method when the mouse leaves a hot spot region.
hotSpotPressed(Self)The system will call this method when the mouse is over a hot spot region and a mouse button is pressed.
hotSpotReleased(Self)The system will call this method when the mouse is over a hot spot region and a mouse button is released.