Uses of Interface
org.jdesktop.swingx.multislider.TrackRenderer

Packages that use TrackRenderer
org.jdesktop.swingx Contains extensions to the Swing GUI toolkit, including new and enhanced components that provide functionality commonly required by rich, data-centric client applications. 
org.jdesktop.swingx.color Contains classes and interfaces used by the JXGradientChooser component. 
 

Uses of TrackRenderer in org.jdesktop.swingx
 

Methods in org.jdesktop.swingx that return TrackRenderer
 TrackRenderer JXMultiThumbSlider.getTrackRenderer()
           
 

Methods in org.jdesktop.swingx with parameters of type TrackRenderer
 void JXMultiThumbSlider.setTrackRenderer(TrackRenderer trackRenderer)
           
 

Uses of TrackRenderer in org.jdesktop.swingx.color
 

Classes in org.jdesktop.swingx.color that implement TrackRenderer
 class GradientTrackRenderer
          Dependency: Because this class relies on LinearGradientPaint and RadialGradientPaint, it requires the optional MultipleGradientPaint.jar