Uses of Class
javafx.css.ParsedValue
Package
Description
Provides API for making properties styleable via CSS and for supporting
pseudo-class state.
Provides various
StyleConverter
classes
that convert CSS parsed values.-
Uses of ParsedValue in javafx.css
Modifier and TypeMethodDescriptionstatic StyleConverter<ParsedValue<?,
Paint>, Paint> StyleConverter.getPaintConverter()
Return aStyleConverter
that converts a parsed representation of aPaint
to aPaint
.Modifier and TypeMethodDescriptionprotected void
StyleConverter.cacheValue
(ParsedValue key, Object value) Cache the value for the specified key.StyleConverter.convert
(ParsedValue<F, T> value, Font font) Convert from the parsed CSS value to the target property type.protected T
StyleConverter.getCachedValue
(ParsedValue key) Get the cached value for the specified key. -
Uses of ParsedValue in javafx.css.converter
Modifier and TypeMethodDescriptionstatic StyleConverter<ParsedValue<?,
Size>, Duration> DurationConverter.getInstance()
Gets theDurationConverter
instance.static StyleConverter<ParsedValue<?,
Paint>, Paint> PaintConverter.getInstance()
Gets thePaintConverter
instance.static StyleConverter<ParsedValue<?,
Size>, Number> SizeConverter.getInstance()
Gets theSizeConverter
instance.