public class IndicatorPositionConverter extends javafx.css.StyleConverter<java.lang.String,JFXSlider.IndicatorPosition>
Modifier and Type | Method | Description |
---|---|---|
JFXSlider.IndicatorPosition |
convert(javafx.css.ParsedValue<java.lang.String,JFXSlider.IndicatorPosition> value,
javafx.scene.text.Font not_used) |
|
static javafx.css.StyleConverter<java.lang.String,JFXSlider.IndicatorPosition> |
getInstance() |
|
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
cacheValue, clearCache, convert, getBooleanConverter, getCachedValue, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverter, readBinary, writeBinary
public static javafx.css.StyleConverter<java.lang.String,JFXSlider.IndicatorPosition> getInstance()
public JFXSlider.IndicatorPosition convert(javafx.css.ParsedValue<java.lang.String,JFXSlider.IndicatorPosition> value, javafx.scene.text.Font not_used)
convert
in class javafx.css.StyleConverter<java.lang.String,JFXSlider.IndicatorPosition>
public java.lang.String toString()
toString
in class java.lang.Object