Class SliderHorizontalIcon

java.lang.Object
org.pushingpixels.radiance.theming.internal.utils.icon.SliderHorizontalIcon
All Implemented Interfaces:
Icon, UIResource

public class SliderHorizontalIcon extends Object implements Icon, UIResource
Thumb icon for the horizontal JSliders that paint ticks and / or labels.
  • Field Details

    • size

      private int size
      The size of this icon.
    • slider

      private JSlider slider
      The associated slider.
    • mutableFillColorScheme

      private BladeColorScheme mutableFillColorScheme
    • mutableBorderColorScheme

      private BladeColorScheme mutableBorderColorScheme
  • Constructor Details

    • SliderHorizontalIcon

      public SliderHorizontalIcon(JSlider slider, int size)
  • Method Details