Groovy Documentation

eu.hansolo.custom
[Java] Enum RangeSlider.ThumbShape

java.lang.Object
  eu.hansolo.custom.RangeSlider.ThumbShape

public static enum RangeSlider.ThumbShape

Enum Constant Summary
DROP

NONE

RECTANGULAR

ROUND

SQUARE

 
Method Summary
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Enum Constant Detail

DROP

RangeSlider.ThumbShape DROP


NONE

RangeSlider.ThumbShape NONE


RECTANGULAR

RangeSlider.ThumbShape RECTANGULAR


ROUND

RangeSlider.ThumbShape ROUND


SQUARE

RangeSlider.ThumbShape SQUARE


 

Groovy Documentation