< prev index next >

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

Print this page

        

*** 40,50 **** 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. * * @since 9 */ public final class URLConverter extends StyleConverter<ParsedValue[], String> { --- 40,52 ---- import java.security.PrivilegedActionException; import java.security.PrivilegedExceptionAction; import java.security.ProtectionDomain; /** ! * 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 >