- java.lang.Object
- 
- javafx.css.StyleConverter<String,Boolean>
- 
- javafx.css.converter.BooleanConverter
 
 
- 
 public final class BooleanConverter extends StyleConverter<String,Boolean> - Since:
- 9
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class javafx.css.StyleConverterStyleConverter.StringStore
 
- 
 - 
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 Detail- 
getInstancepublic static StyleConverter<String,Boolean> getInstance() 
 - 
convertpublic Boolean convert(ParsedValue<String,Boolean> value, Font not_used) Description 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
 
 
- 
 
-