Module javafx.graphics
Package javafx.css.converter
Provides various StyleConverter classes
that convert CSS parsed values.
-
Class Summary Class Description BooleanConverter Converter to convert aStringto aBoolean.ColorConverter Converter to convert aStringto aColor.CursorConverter Converter to convert aStringto aCursor.DeriveColorConverter Converter to convert a combination of color and brightness values to a derivedColor.DeriveSizeConverter Converter to combine twoSizevalues.DurationConverter Converter to Convert aSizetoDuration.EffectConverter Converter to convert a string representation of anEffectto anEffect.EffectConverter.DropShadowConverter Converter to convert aDropShadoweffect.EffectConverter.InnerShadowConverter Converter to convert anInnerShadoweffect.EnumConverter<E extends Enum<E>> Converter to convert a string representation of anEnumto anEnum.FontConverter Converter to convert a parsed representation of aFontto aFont.FontConverter.FontSizeConverter Converter to convert a parsed font size value to aNumberobject.FontConverter.FontStyleConverter Converter to convert aStringvalue to aFontPostureobject.FontConverter.FontWeightConverter Converter to convert aStringvalue to aFontWeightobject.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 ofInsetsobjects.LadderConverter Converter to convert a parsed representation of color ladder values to aColor.PaintConverter Converter to convert a parsed representation of aPaintto aPaint.PaintConverter.ImagePatternConverter Converter to convert image pattern parsed values to aPaintobject.PaintConverter.LinearGradientConverter Converter to convert linear gradient parsed values to aPaintobject.PaintConverter.RadialGradientConverter Converter to convert radial gradient parsed values to aPaintobject.PaintConverter.RepeatingImagePatternConverter Converter to convert repeating image pattern parsed values to aPaintobject.PaintConverter.SequenceConverter Converter to convert a sequence of parsed values to an array ofPaintobjects.ShapeConverter Converter to convert a SVG shape string into aShapeobject.SizeConverter Converter to convert aSizeto aNumber.SizeConverter.SequenceConverter Converter to convert a sequence of sizes to an array ofNumber.StopConverter Converter to convert aStopfrom aSizeand aColor.StringConverter Converter for quoted strings which may have embedded unicode characters.StringConverter.SequenceConverter Converter to convert a sequence ofStrings to an array ofStrings.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 ofStrings.