Package | Description |
---|---|
org.hybird.animation.trident.triggers |
Modifier and Type | Method and Description |
---|---|
static MouseTrigger |
MouseTrigger.addTrigger(JComponent component,
org.pushingpixels.trident.Timeline timeline,
MouseTriggerEvent event)
Creates a non-auto-reversing MouseTrigger and adds it as a listener to
component.
|
static MouseTrigger |
MouseTrigger.addTrigger(JComponent component,
org.pushingpixels.trident.Timeline timeline,
MouseTriggerEvent event,
boolean autoReverse)
Creates a MouseTrigger and adds it as a listener to component.
|