Provides various
StyleConverter
classes
that convert CSS parsed values.
-
Converter to convert a combination of color and brightness values to a derived Color
.
Converter to combine two Size
values.
Converter to convert a string representation of an Effect
to an Effect
.
Converter to convert a DropShadow
effect.
Converter to convert an InnerShadow
effect.
Converter to convert a parsed font size value to a Number
object.
Converter to convert a String
value to a FontPosture
object.
Converter to convert a String
value to a FontWeight
object.
Converter to convert an array of parsed values, each of which is an array
of 1 to 4 size components, to an array of Insets
objects.
Converter to convert a parsed representation of color ladder values to a Color
.
Converter to convert image pattern parsed values to a Paint
object.
Converter to convert linear gradient parsed values to a Paint
object.
Converter to convert radial gradient parsed values to a Paint
object.
Converter to convert repeating image pattern parsed values to a Paint
object.
Converter to convert a sequence of parsed values to an array of Paint
objects.
Converter to convert a sequence of sizes to an array of Number
.
Converter to convert a Stop
from a Size
and a Color
.
Converter to convert a sequence of String
s to an array of String
s.
Converter to convert a sequence of URLs to an array of String
s.