- 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.StyleConverter
StyleConverter.StringStore 
 - 
 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier 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.StyleConverter
cacheValue, clearCache, convert, getBooleanConverter, getCachedValue, getColorConverter, getDurationConverter, getEffectConverter, getEnumConverter, getFontConverter, getInsetsConverter, getPaintConverter, getSizeConverter, getStringConverter, getUrlConverter, readBinary, writeBinary 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getInstance
public static StyleConverter<String,Boolean> getInstance()
 
- 
convert
public 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 classStyleConverter<String,Boolean>- Parameters:
 value- TheParsedValueto convertnot_used- TheFontto use when converting a relative value.- Returns:
 - the converted target property type
 
 
 - 
 
 -