Module javafx.graphics
Package javafx.css.converter
Provides various StyleConverter
classes
that convert CSS parsed values.
-
Class Summary Class Description BooleanConverter Converter to convert aString
to aBoolean
.ColorConverter Converter to convert aString
to aColor
.CursorConverter Converter to convert aString
to aCursor
.DeriveColorConverter Converter to convert a combination of color and brightness values to a derivedColor
.DeriveSizeConverter Converter to combine twoSize
values.DurationConverter Converter to Convert aSize
toDuration
.EffectConverter Converter to convert a string representation of anEffect
to anEffect
.EffectConverter.DropShadowConverter Converter to convert aDropShadow
effect.EffectConverter.InnerShadowConverter Converter to convert anInnerShadow
effect.EnumConverter<E extends Enum<E>> Converter to convert a string representation of anEnum
to anEnum
.FontConverter Converter to convert a parsed representation of aFont
to aFont
.FontConverter.FontSizeConverter Converter to convert a parsed font size value to aNumber
object.FontConverter.FontStyleConverter Converter to convert aString
value to aFontPosture
object.FontConverter.FontWeightConverter Converter to convert aString
value to aFontWeight
object.InsetsConverter Converter to convert a parsed value array of 1 to 4 size components to anInsets
.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 ofInsets
objects.LadderConverter Converter to convert a parsed representation of color ladder values to aColor
.PaintConverter Converter to convert a parsed representation of aPaint
to aPaint
.PaintConverter.ImagePatternConverter Converter to convert image pattern parsed values to aPaint
object.PaintConverter.LinearGradientConverter Converter to convert linear gradient parsed values to aPaint
object.PaintConverter.RadialGradientConverter Converter to convert radial gradient parsed values to aPaint
object.PaintConverter.RepeatingImagePatternConverter Converter to convert repeating image pattern parsed values to aPaint
object.PaintConverter.SequenceConverter Converter to convert a sequence of parsed values to an array ofPaint
objects.ShapeConverter Converter to convert a SVG shape string into aShape
object.SizeConverter Converter to convert aSize
to aNumber
.SizeConverter.SequenceConverter Converter to convert a sequence of sizes to an array ofNumber
.StopConverter Converter to convert aStop
from aSize
and aColor
.StringConverter Converter for quoted strings which may have embedded unicode characters.StringConverter.SequenceConverter Converter to convert a sequence ofString
s to an array ofString
s.URLConverter Converter to convert a parsed value representing URL to a URL string that is resolved relative to the location of the stylesheet.URLConverter.SequenceConverter Converter to convert a sequence of URLs to an array ofString
s.