Class MThumbSlider

    • Field Detail

      • thumbNum

        protected int thumbNum
      • thumbRenderers

        protected Icon[] thumbRenderers
      • fillColors

        protected Color[] fillColors
      • trackFillColor

        protected Color trackFillColor
    • Constructor Detail

      • MThumbSlider

        public MThumbSlider()
      • MThumbSlider

        public MThumbSlider​(int n)
    • Method Detail

      • createThumbs

        protected void createThumbs​(int n)
      • getThumbNum

        public int getThumbNum()
      • getValueAt

        public int getValueAt​(int index)
      • setValueAt

        public void setValueAt​(int n,
                               int index)
      • getThumbRendererAt

        public Icon getThumbRendererAt​(int index)
      • setThumbRendererAt

        public void setThumbRendererAt​(Icon icon,
                                       int index)
      • getFillColorAt

        public Color getFillColorAt​(int index)
      • setFillColorAt

        public void setFillColorAt​(Color color,
                                   int index)
      • getTrackFillColor

        public Color getTrackFillColor()
      • setTrackFillColor

        public void setTrackFillColor​(Color color)