| DeriveColorConverter |
Converter to convert a combination of color and brightness values to a derived Color.
|
| DeriveSizeConverter |
Converter to combine two Size values.
|
| EffectConverter |
Converter to convert a string representation of an Effect to an Effect.
|
| EffectConverter.DropShadowConverter |
Converter to convert a DropShadow effect.
|
| EffectConverter.InnerShadowConverter |
Converter to convert an InnerShadow effect.
|
| FontConverter.FontSizeConverter |
Converter to convert a parsed font size value to a Number object.
|
| FontConverter.FontStyleConverter |
Converter to convert a String value to a FontPosture object.
|
| FontConverter.FontWeightConverter |
Converter to convert a String value to a FontWeight object.
|
| InsetsConverter.SequenceConverter |
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.
|
| LadderConverter |
Converter to convert a parsed representation of color ladder values to a Color.
|
| PaintConverter.ImagePatternConverter |
Converter to convert image pattern parsed values to a Paint object.
|
| PaintConverter.LinearGradientConverter |
Converter to convert linear gradient parsed values to a Paint object.
|
| PaintConverter.RadialGradientConverter |
Converter to convert radial gradient parsed values to a Paint object.
|
| PaintConverter.RepeatingImagePatternConverter |
Converter to convert repeating image pattern parsed values to a Paint object.
|
| PaintConverter.SequenceConverter |
Converter to convert a sequence of parsed values to an array of Paint objects.
|
| SizeConverter.SequenceConverter |
Converter to convert a sequence of sizes to an array of Number.
|
| StopConverter |
Converter to convert a Stop from a Size and a Color.
|
| StringConverter.SequenceConverter |
Converter to convert a sequence of Strings to an array of Strings.
|
| URLConverter.SequenceConverter |
Converter to convert a sequence of URLs to an array of Strings.
|