ChartDirector 7.0 (Java Edition)

HotSpotAdapter.hotSpotEntered


Usage

public void hotSpotEntered(HotSpotEvent e)

Description

The system will call this method when the mouse enters a hot spot region.

The default implementation does nothing. Override to process this event.

Arguments

ArgumentDefaultDescription
e(Mandatory)A HotSpotEvent object containing data of the hot spot event.

Return Value

None