org.pushingpixels.trident.callback.TimelineCallbackprotected class SubstanceTreeUI.PathRepaintCallback
extends org.pushingpixels.trident.callback.UIThreadTimelineCallbackAdapter
| Modifier and Type | Field | Description |
|---|---|---|
protected JTree |
tree |
Associated tree.
|
protected TreePath |
treePath |
Associated (animated) path.
|
| Constructor | Description |
|---|---|
PathRepaintCallback(JTree tree,
TreePath treePath) |
Creates a new animation repaint callback.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
onTimelinePulse(float durationFraction,
float timelinePosition) |
|
void |
onTimelineStateChanged(org.pushingpixels.trident.Timeline.TimelineState oldState,
org.pushingpixels.trident.Timeline.TimelineState newState,
float durationFraction,
float timelinePosition) |
protected JTree tree
protected TreePath treePath
public void onTimelinePulse(float durationFraction,
float timelinePosition)
onTimelinePulse in interface org.pushingpixels.trident.callback.TimelineCallbackonTimelinePulse in class org.pushingpixels.trident.callback.TimelineCallbackAdapterpublic void onTimelineStateChanged(org.pushingpixels.trident.Timeline.TimelineState oldState,
org.pushingpixels.trident.Timeline.TimelineState newState,
float durationFraction,
float timelinePosition)
onTimelineStateChanged in interface org.pushingpixels.trident.callback.TimelineCallbackonTimelineStateChanged in class org.pushingpixels.trident.callback.TimelineCallbackAdapter