Module javafx.graphics
Package javafx.css.converter
package javafx.css.converter
Provides various StyleConverter
classes
that convert CSS parsed values.
-
ClassDescriptionConverter to convert a
String
to aBoolean
.Converter to convert aString
to aColor
.Converter to convert aString
to aCursor
.Converter to convert a combination of color and brightness values to a derivedColor
.Converter to combine twoSize
values.Converter to Convert aSize
toDuration
.Converter to convert a string representation of anEffect
to anEffect
.Converter to convert aDropShadow
effect.Converter to convert anInnerShadow
effect.EnumConverter<E extends Enum<E>>Converter to convert a string representation of anEnum
to anEnum
.Converter to convert a parsed representation of aFont
to aFont
.Converter to convert a parsed font size value to aNumber
object.Converter to convert aString
value to aFontPosture
object.Converter to convert aString
value to aFontWeight
object.Converter to convert a parsed value array of 1 to 4 size components to anInsets
.Converter to convert an array of parsed values, each of which is an array of 1 to 4 size components, to an array ofInsets
objects.Converter to convert a parsed representation of color ladder values to aColor
.Converter to convert a parsed representation of aPaint
to aPaint
.Converter to convert image pattern parsed values to aPaint
object.Converter to convert linear gradient parsed values to aPaint
object.Converter to convert radial gradient parsed values to aPaint
object.Converter to convert repeating image pattern parsed values to aPaint
object.Converter to convert a sequence of parsed values to an array ofPaint
objects.Converter to convert a SVG shape string into aShape
object.Converter to convert aSize
to aNumber
.Converter to convert a sequence of sizes to an array ofNumber
.Converter to convert aStop
from aSize
and aColor
.Converter for quoted strings which may have embedded unicode characters.Converter to convert a sequence ofString
s to an array ofString
s.Converter to convert a parsed value representing URL to a URL string that is resolved relative to the location of the stylesheet.Converter to convert a sequence of URLs to an array ofString
s.