< prev index next >

modules/graphics/src/main/java/javafx/css/converter/URLConverter.java

Print this page

        

@@ -40,11 +40,13 @@
 import java.security.PrivilegedActionException;
 import java.security.PrivilegedExceptionAction;
 import java.security.ProtectionDomain;
 
 /**
- * Convert url("<path>") a URL string resolved relative to the location of the stylesheet.
+ * Converts 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: {@code url("&lt;path&gt;")}.
  *
  * @since 9
  */
 public final class URLConverter extends StyleConverter<ParsedValue[], String> {
 
< prev index next >