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.Object
Parameters controlling the animations
-
-
Field Summary
Fields Modifier and Type Field Description (package private) float
alphaEnd
(package private) float
alphaStart
(package private) int
delta
(package private) int
waitTime
-
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
-
-