public final class BooleanConverter extends StyleConverter<String,Boolean>
- Since:
- 9
- 
Nested Class Summary
- 
Method SummaryModifier and Type Method Description Booleanconvert(ParsedValue<String,Boolean> value, Font not_used)Convert from the parsed CSS value to the target property type.static StyleConverter<String,Boolean>getInstance()StringtoString()Methods inherited from class javafx.css.StyleConvertercacheValue, clearCache, convert, getBooleanConverter, getCachedValue, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverter, readBinary, writeBinary
- 
Method Details- 
getInstance
- 
convertDescription copied from class:StyleConverterConvert from the parsed CSS value to the target property type.- Overrides:
- convertin class- StyleConverter<String,Boolean>
- Parameters:
- value- The- ParsedValueto convert
- not_used- The- Fontto use when converting a relative value.
- Returns:
- the converted target property type
 
- 
toString
 
-