Package | Description |
---|---|
org.jvnet.lafwidget.animation |
Modifier and Type | Method and Description |
---|---|
FadeState |
FadeState.getCopy()
Returns a copy.
|
FadeState |
FadeTracker.getFadeState(java.awt.Component comp,
java.lang.Comparable<?> componentId,
FadeKind fadeKind)
Returns the fade state of specified component if it's being tracked by
this tracker or null . |
FadeState |
FadeTracker.getFadeState(java.awt.Component comp,
FadeKind fadeKind)
Returns the fade state of specified component if it's being tracked by
this tracker or null . |
FadeState |
FadeTracker.getFadeState(java.awt.Component comp,
int componentId,
FadeKind fadeKind)
Returns the fade state of specified component if it's being tracked by
this tracker or null . |