General interface for UIs that wish to provide transition effects on one of
their components. This class is for internal use only.
author: Kirill Grouchnikov
Method Summary
public boolean
isInside(MouseEvent me) Checks whether the mouse position of the specified event lies inside the
area of the component designated for transition effects.
Parameters: me - Mouse event.
Checks whether the mouse position of the specified event lies inside the
area of the component designated for transition effects.
Parameters: me - Mouse event. true if the mouse position of the specified eventlies inside the area of the component designated for transitioneffects, false otherwise.