Uses of Class
javafx.css.ParsedValue
-
Packages that use ParsedValue 软件包 描述 javafx.css 提供API,通过CSS使属性变得风格,并支持伪类状态。javafx.css.converter 提供各种转换CSS解析值的StyleConverter类。 -
-
Uses of ParsedValue in javafx.css
Methods in javafx.css that return ParsedValue Modifier and Type 方法 描述 ParsedValueDeclaration. getParsedValue()Methods in javafx.css that return types with arguments of type ParsedValue Modifier and Type 方法 描述 static StyleConverter<ParsedValue<?,Paint>,Paint>StyleConverter. getPaintConverter()返回一个StyleConverter,其转换解析后的表示Paint为Paint。Methods in javafx.css with parameters of type ParsedValue Modifier and Type 方法 描述 protected voidStyleConverter. cacheValue(ParsedValue key, Object value)缓存指定键的值。TStyleConverter. convert(ParsedValue<F,T> value, Font font)从解析的CSS值转换为目标属性类型。protected TStyleConverter. getCachedValue(ParsedValue key)获取指定键的缓存值。 -
Uses of ParsedValue in javafx.css.converter
Methods in javafx.css.converter that return types with arguments of type ParsedValue Modifier and Type 方法 描述 static StyleConverter<ParsedValue<?,Size>,Duration>DurationConverter. getInstance()static StyleConverter<ParsedValue<?,Paint>,Paint>PaintConverter. getInstance()static StyleConverter<ParsedValue<?,Size>,Number>SizeConverter. getInstance()Methods in javafx.css.converter with parameters of type ParsedValue Modifier and Type 方法 描述 BooleanBooleanConverter. convert(ParsedValue<String,Boolean> value, Font not_used)ColorColorConverter. convert(ParsedValue<String,Color> value, Font font)CursorCursorConverter. convert(ParsedValue<String,Cursor> value, Font not_used)ColorDeriveColorConverter. convert(ParsedValue<ParsedValue[],Color> value, Font font)SizeDeriveSizeConverter. convert(ParsedValue<ParsedValue<Size,Size>[],Size> value, Font font)DurationDurationConverter. convert(ParsedValue<ParsedValue<?,Size>,Duration> value, Font font)EffectEffectConverter. convert(ParsedValue<ParsedValue[],Effect> value, Font font)EffectEffectConverter.DropShadowConverter. convert(ParsedValue<ParsedValue[],Effect> value, Font font)EffectEffectConverter.InnerShadowConverter. convert(ParsedValue<ParsedValue[],Effect> value, Font font)EEnumConverter. convert(ParsedValue<String,E> value, Font not_used)FontFontConverter. convert(ParsedValue<ParsedValue[],Font> value, Font font)NumberFontConverter.FontSizeConverter. convert(ParsedValue<ParsedValue<?,Size>,Number> value, Font font)FontPostureFontConverter.FontStyleConverter. convert(ParsedValue<String,FontPosture> value, Font font)FontWeightFontConverter.FontWeightConverter. convert(ParsedValue<String,FontWeight> value, Font font)InsetsInsetsConverter. convert(ParsedValue<ParsedValue[],Insets> value, Font font)Insets[]InsetsConverter.SequenceConverter. convert(ParsedValue<ParsedValue<ParsedValue[],Insets>[],Insets[]> value, Font font)ColorLadderConverter. convert(ParsedValue<ParsedValue[],Color> value, Font font)PaintPaintConverter. convert(ParsedValue<ParsedValue<?,Paint>,Paint> value, Font font)PaintPaintConverter.ImagePatternConverter. convert(ParsedValue<ParsedValue[],Paint> value, Font font)PaintPaintConverter.LinearGradientConverter. convert(ParsedValue<ParsedValue[],Paint> value, Font font)PaintPaintConverter.RadialGradientConverter. convert(ParsedValue<ParsedValue[],Paint> value, Font font)PaintPaintConverter.RepeatingImagePatternConverter. convert(ParsedValue<ParsedValue[],Paint> value, Font font)Paint[]PaintConverter.SequenceConverter. convert(ParsedValue<ParsedValue<?,Paint>[],Paint[]> value, Font font)ShapeShapeConverter. convert(ParsedValue<String,Shape> value, Font font)NumberSizeConverter. convert(ParsedValue<ParsedValue<?,Size>,Number> value, Font font)Number[]SizeConverter.SequenceConverter. convert(ParsedValue<ParsedValue[],Number[]> value, Font font)StopStopConverter. convert(ParsedValue<ParsedValue[],Stop> value, Font font)StringStringConverter. convert(ParsedValue<String,String> value, Font font)String[]StringConverter.SequenceConverter. convert(ParsedValue<ParsedValue<String,String>[],String[]> value, Font font)StringURLConverter. convert(ParsedValue<ParsedValue[],String> value, Font font)String[]URLConverter.SequenceConverter. convert(ParsedValue<ParsedValue<ParsedValue[],String>[],String[]> value, Font font)Method parameters in javafx.css.converter with type arguments of type ParsedValue Modifier and Type 方法 描述 DurationDurationConverter. convert(ParsedValue<ParsedValue<?,Size>,Duration> value, Font font)NumberFontConverter.FontSizeConverter. convert(ParsedValue<ParsedValue<?,Size>,Number> value, Font font)PaintPaintConverter. convert(ParsedValue<ParsedValue<?,Paint>,Paint> value, Font font)NumberSizeConverter. convert(ParsedValue<ParsedValue<?,Size>,Number> value, Font font)
-