Package org.jdesktop.swingx
Class JXCollapsiblePane.AnimationParams
- java.lang.Object
-
- org.jdesktop.swingx.JXCollapsiblePane.AnimationParams
-
- Enclosing class:
- JXCollapsiblePane
private static class JXCollapsiblePane.AnimationParams extends java.lang.ObjectParameters controlling the animations
-
-
Field Summary
Fields Modifier and Type Field Description (package private) floatalphaEnd(package private) floatalphaStart(package private) intdelta(package private) intwaitTime
-
Constructor Summary
Constructors Constructor Description AnimationParams(int waitTime, int delta, float alphaStart, float alphaEnd)
-
-
-
Constructor Detail
-
AnimationParams
public AnimationParams(int waitTime, int delta, float alphaStart, float alphaEnd)- Parameters:
waitTime- the amount of time in milliseconds to wait between calls to the animation threaddelta- the delta, in the direction as specified by the orientation, to inc/dec the size of the scroll up byalphaStart- the starting alpha transparency levelalphaEnd- the ending alpha transparency level
-
-