Class SimpleParsedValue<V,T>

java.lang.Object
javafx.css.ParsedValue<V,T>
org.jhotdraw8.fxbase.styleable.SimpleParsedValue<V,T>
Type Parameters:
V - type of the parsed value
T - StyleableProperty type of the converted value

public class SimpleParsedValue<V,T> extends javafx.css.ParsedValue<V,T>
SimpleParsedValue.
Author:
Werner Randelshofer
  • Field Summary

    Fields inherited from class javafx.css.ParsedValue

    converter, value
  • Constructor Summary

    Constructors
    Constructor
    Description
    SimpleParsedValue(V value, javafx.css.StyleConverter<V,T> converter)
     
  • Method Summary

    Methods inherited from class javafx.css.ParsedValue

    convert, getConverter, getValue, isContainsLookups, isLookup

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SimpleParsedValue

      public SimpleParsedValue(V value, javafx.css.StyleConverter<V,T> converter)