Uses of Interface
org.jdesktop.swingx.multislider.TrackRenderer
-
Packages that use TrackRenderer Package Description 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 theJXGradientChoosercomponent. -
-
Uses of TrackRenderer in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return TrackRenderer Modifier and Type Method Description TrackRendererJXMultiThumbSlider. getTrackRenderer()Methods in org.jdesktop.swingx with parameters of type TrackRenderer Modifier and Type Method Description voidJXMultiThumbSlider. setTrackRenderer(TrackRenderer trackRenderer) -
Uses of TrackRenderer in org.jdesktop.swingx.color
Classes in org.jdesktop.swingx.color that implement TrackRenderer Modifier and Type Class Description classGradientTrackRendererDependency: Because this class relies on LinearGradientPaint and RadialGradientPaint, it requires the optional MultipleGradientPaint.jar
-