Class URLConverter

java.lang.Object
javafx.css.StyleConverter<ParsedValue[],String>
javafx.css.converter.URLConverter

public final class URLConverter extends StyleConverter<ParsedValue[],String>
Converter to convert a parsed value representing URL to a URL string that is resolved relative to the location of the stylesheet. The input value is in the form: url("<path>").
Since:
9
  • Method Details