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 theJXGradientChooser
component. -
-
Uses of TrackRenderer in org.jdesktop.swingx
Methods in org.jdesktop.swingx that return TrackRenderer Modifier and Type Method Description TrackRenderer
JXMultiThumbSlider. getTrackRenderer()
Methods in org.jdesktop.swingx with parameters of type TrackRenderer Modifier and Type Method Description void
JXMultiThumbSlider. 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 class
GradientTrackRenderer
Dependency: Because this class relies on LinearGradientPaint and RadialGradientPaint, it requires the optional MultipleGradientPaint.jar
-