Class JXCollapsiblePane.AnimationParams

java.lang.Object
org.jdesktop.swingx.JXCollapsiblePane.AnimationParams
Enclosing class:
JXCollapsiblePane

private static class JXCollapsiblePane.AnimationParams extends Object
Parameters controlling the animations
  • 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 thread
      delta - the delta, in the direction as specified by the orientation, to inc/dec the size of the scroll up by
      alphaStart - the starting alpha transparency level
      alphaEnd - the ending alpha transparency level