Uses of Class
org.jvnet.lafwidget.animation.FadeState

Packages that use FadeState
org.jvnet.lafwidget.animation   
 

Uses of FadeState in org.jvnet.lafwidget.animation
 

Methods in org.jvnet.lafwidget.animation that return FadeState
 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.