Package org.jdesktop.swingx
Class JXCollapsiblePane.AnimationParams
java.lang.Object
org.jdesktop.swingx.JXCollapsiblePane.AnimationParams
- Enclosing class:
JXCollapsiblePane
Parameters controlling the animations
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final float
(package private) final float
(package private) final int
(package private) final int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
waitTime
final int waitTime -
delta
final int delta -
alphaStart
final float alphaStart -
alphaEnd
final float alphaEnd
-
-
Constructor Details
-
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
-