Uses of Class
org.apache.batik.util.ParsedURL
-
Packages that use ParsedURL Package Description org.apache.batik.anim.dom org.apache.batik.apps.rasterizer org.apache.batik.apps.svgbrowser org.apache.batik.bridge Provides an API for mapping and maintaining consistency between the SVG DOM tree and the GVT tree.org.apache.batik.css.engine org.apache.batik.css.engine.value org.apache.batik.ext.awt.image Contains extensions to thejava.awt.imagepackage.org.apache.batik.ext.awt.image.codec.imageio org.apache.batik.ext.awt.image.codec.png org.apache.batik.ext.awt.image.spi org.apache.batik.extension This package contains Batik's extensions to standard SVG (custom elements, additional bridges...).org.apache.batik.swing.svg org.apache.batik.test.svg org.apache.batik.transcoder Contains all of the interfaces for transcoding an input stream or a document to a particular ouput format.org.apache.batik.util Provides some useful classes. -
-
Uses of ParsedURL in org.apache.batik.anim.dom
Fields in org.apache.batik.anim.dom declared as ParsedURL Modifier and Type Field Description protected ParsedURLSVGOMDocument. urlThe URL of the document.Methods in org.apache.batik.anim.dom that return ParsedURL Modifier and Type Method Description ParsedURLSVGStylableElement. getCSSBase()Returns the CSS base URL of this element.ParsedURLSVGOMDocument. getParsedURL()Returns the URI of the document.Methods in org.apache.batik.anim.dom with parameters of type ParsedURL Modifier and Type Method Description voidSVGOMDocument. setParsedURL(ParsedURL url)Sets the URI of the document. -
Uses of ParsedURL in org.apache.batik.apps.rasterizer
Fields in org.apache.batik.apps.rasterizer declared as ParsedURL Modifier and Type Field Description (package private) ParsedURLSVGConverterURLSource. purl -
Uses of ParsedURL in org.apache.batik.apps.svgbrowser
Methods in org.apache.batik.apps.svgbrowser with parameters of type ParsedURL Modifier and Type Method Description booleanSquiggleInputHandler. accept(ParsedURL purl)Returns true if the input URI can be handled by the handlerbooleanSVGInputHandler. accept(ParsedURL purl)Returns true if the input URI can be handled by the handlerbooleanXMLInputHandler. accept(ParsedURL purl)Returns true if the input URI can be handled by the handlervoidJSVGViewerFrame.UserAgent. checkLoadExternalResource(ParsedURL resourceURL, ParsedURL docURL)This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded.voidJSVGViewerFrame.UserAgent. checkLoadScript(java.lang.String scriptType, ParsedURL scriptURL, ParsedURL docURL)This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded.ExternalResourceSecurityJSVGViewerFrame.UserAgent. getExternalResourceSecurity(ParsedURL resourceURL, ParsedURL docURL)Returns the security settings for the given resource url and document urlSquiggleInputHandlerJSVGViewerFrame. getInputHandler(ParsedURL purl)Returns the input handler for the given URIScriptSecurityJSVGViewerFrame.UserAgent. getScriptSecurity(java.lang.String scriptType, ParsedURL scriptURL, ParsedURL docURL)Returns the security settings for the given script type, script url and document urlvoidSquiggleInputHandler. handle(ParsedURL purl, JSVGViewerFrame svgFrame)Handles the given input for the given JSVGViewerFramevoidSVGInputHandler. handle(ParsedURL purl, JSVGViewerFrame svgViewerFrame)Handles the given input for the given JSVGViewerFramevoidXMLInputHandler. handle(ParsedURL purl, JSVGViewerFrame svgViewerFrame)Handles the given input for the given JSVGViewerFrame -
Uses of ParsedURL in org.apache.batik.bridge
Fields in org.apache.batik.bridge declared as ParsedURL Modifier and Type Field Description protected ParsedURLBaseScriptingEnvironment. docPURLThe URL of the document ot manage(package private) ParsedURLCursorManager.CursorDescriptor. purlMethods in org.apache.batik.bridge with parameters of type ParsedURL Modifier and Type Method Description protected voidBaseScriptingEnvironment. checkCompatibleScriptURL(java.lang.String scriptType, ParsedURL scriptPURL)Checks that the script URLs and the document url are compatible.voidBridgeContext. checkLoadExternalResource(ParsedURL resourceURL, ParsedURL docURL)This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded.voidUserAgent. checkLoadExternalResource(ParsedURL resourceURL, ParsedURL docURL)This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded.voidUserAgentAdapter. checkLoadExternalResource(ParsedURL resourceURL, ParsedURL docURL)This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded.voidUserAgent. checkLoadScript(java.lang.String scriptType, ParsedURL scriptURL, ParsedURL docURL)This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded.voidUserAgentAdapter. checkLoadScript(java.lang.String scriptType, ParsedURL scriptURL, ParsedURL docURL)This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded.private static booleanAbstractSVGGradientElementBridge. contains(java.util.List urls, ParsedURL key)Returns true if the specified list of URLs contains the specified url.private static booleanSVGPatternElementBridge. contains(java.util.List urls, ParsedURL key)Returns true if the specified list of ParsedURLs contains the specified url.protected GraphicsNodeSVGImageElementBridge. createImageGraphicsNode(BridgeContext ctx, org.w3c.dom.Element e, ParsedURL purl)protected static FilterSVGFeImageElementBridge. createRasterFeImage(BridgeContext ctx, java.awt.geom.Rectangle2D primitiveRegion, ParsedURL purl)Returns a Filter that represents an raster image (JPG or PNG).protected GraphicsNodeSVGImageElementBridge. createRasterImageNode(BridgeContext ctx, org.w3c.dom.Element e, Filter img, ParsedURL purl)Returns a GraphicsNode that represents an raster image in JPEG or PNG format.protected FilterCursorManager. cursorHrefToFilter(org.w3c.dom.Element cursorElement, ParsedURL purl, java.awt.geom.Point2D hotSpot)Converts the input ParsedURL into a Filter and transforms the input hotSpot point (in image space) to cursor spaceExternalResourceSecurityUserAgent. getExternalResourceSecurity(ParsedURL resourceURL, ParsedURL docURL)Returns the security settings for the given resource url and document urlExternalResourceSecurityUserAgentAdapter. getExternalResourceSecurity(ParsedURL resourceURL, ParsedURL docURL)Returns the security settings for the given resource url and document urlprotected GVTFontFamilyFontFace. getFontFamily(BridgeContext ctx, ParsedURL purl)Tries to build a GVTFontFamily from a URL referenceScriptSecurityUserAgent. getScriptSecurity(java.lang.String scriptType, ParsedURL scriptURL, ParsedURL docURL)Returns the security settings for the given script type, script url and document urlScriptSecurityUserAgentAdapter. getScriptSecurity(java.lang.String scriptType, ParsedURL scriptURL, ParsedURL docURL)Returns the security settings for the given script type, script url and document urlstatic java.lang.ObjectCSSFontFace. getSrcValue(Value v, ParsedURL base)protected SVGImageElementBridge.ProtectedStreamSVGImageElementBridge. openStream(org.w3c.dom.Element e, ParsedURL purl)Constructors in org.apache.batik.bridge with parameters of type ParsedURL Constructor Description CursorDescriptor(ParsedURL purl, float x, float y)DefaultExternalResourceSecurity(ParsedURL externalResourceURL, ParsedURL docURL)DefaultScriptSecurity(java.lang.String scriptType, ParsedURL scriptURL, ParsedURL docURL)EmbededExternalResourceSecurity(ParsedURL externalResourceURL)EmbededScriptSecurity(java.lang.String scriptType, ParsedURL scriptURL, ParsedURL docURL)RelaxedExternalResourceSecurity(ParsedURL externalResourceURL, ParsedURL docURL)RelaxedScriptSecurity(java.lang.String scriptType, ParsedURL scriptURL, ParsedURL docURL) -
Uses of ParsedURL in org.apache.batik.css.engine
Fields in org.apache.batik.css.engine declared as ParsedURL Modifier and Type Field Description protected ParsedURLCSSEngine. cssBaseURIThe current base URI.protected ParsedURLCSSEngine. documentURIThe document URI.(package private) ParsedURLFontFaceRule. purlprotected ParsedURLImportRule. uriThe URI of the imported stylesheet.Methods in org.apache.batik.css.engine that return ParsedURL Modifier and Type Method Description ParsedURLCSSStylableElement. getCSSBase()Returns the CSS base URL of this element.ParsedURLCSSEngine. getCSSBaseURI()Returns the current base-url.ParsedURLImportRule. getURI()Returns the URI of the imported stylesheet.ParsedURLFontFaceRule. getURL()Returns the URI of the @font-face rule.Methods in org.apache.batik.css.engine with parameters of type ParsedURL Modifier and Type Method Description voidCSSContext. checkLoadExternalResource(ParsedURL resourceURL, ParsedURL docURL)This method should throw a SecurityException if the resource found at url and referenced from docURL should not be loaded.StyleSheetCSSEngine. parseStyleSheet(java.lang.String rules, ParsedURL uri, java.lang.String media)Parses and creates a new style-sheet.voidCSSEngine. parseStyleSheet(StyleSheet ss, java.lang.String rules, ParsedURL uri)Parses and fills the given style-sheet.voidCSSEngine. parseStyleSheet(StyleSheet ss, ParsedURL uri)Parses and fills the given style-sheet.protected voidCSSEngine. parseStyleSheet(StyleSheet ss, org.w3c.css.sac.InputSource is, ParsedURL uri)Parses and fills the given style-sheet.StyleSheetCSSEngine. parseStyleSheet(ParsedURL uri, java.lang.String media)Parses and creates a new style-sheet.StyleSheetCSSEngine. parseStyleSheet(org.w3c.css.sac.InputSource is, ParsedURL uri, java.lang.String media)Parses and creates a new style-sheet.voidImportRule. setURI(ParsedURL u)Sets the URI of the imported stylesheet.Constructors in org.apache.batik.css.engine with parameters of type ParsedURL Constructor Description CSSEngine(org.w3c.dom.Document doc, ParsedURL uri, ExtendedParser p, ValueManager[] vm, ShorthandManager[] sm, java.lang.String[] pe, java.lang.String sns, java.lang.String sln, java.lang.String cns, java.lang.String cln, boolean hints, java.lang.String hintsNS, CSSContext ctx)Creates a new CSSEngine.FontFaceRule(StyleMap sm, ParsedURL purl)SVG12CSSEngine(org.w3c.dom.Document doc, ParsedURL uri, ExtendedParser p, CSSContext ctx)Creates a new SVG12CSSEngine.SVG12CSSEngine(org.w3c.dom.Document doc, ParsedURL uri, ExtendedParser p, ValueManager[] vms, ShorthandManager[] sms, CSSContext ctx)Creates a new SVG12CSSEngine.SVGCSSEngine(org.w3c.dom.Document doc, ParsedURL uri, ExtendedParser p, CSSContext ctx)Creates a new SVGCSSEngine.SVGCSSEngine(org.w3c.dom.Document doc, ParsedURL uri, ExtendedParser p, ValueManager[] vms, ShorthandManager[] sms, java.lang.String[] pe, java.lang.String sns, java.lang.String sln, java.lang.String cns, java.lang.String cln, boolean hints, java.lang.String hintsNS, CSSContext ctx)SVGCSSEngine(org.w3c.dom.Document doc, ParsedURL uri, ExtendedParser p, ValueManager[] vms, ShorthandManager[] sms, CSSContext ctx)Creates a new SVGCSSEngine. -
Uses of ParsedURL in org.apache.batik.css.engine.value
Methods in org.apache.batik.css.engine.value with parameters of type ParsedURL Modifier and Type Method Description protected static java.lang.StringAbstractValueFactory. resolveURI(ParsedURL base, java.lang.String value)Resolves an URI. -
Uses of ParsedURL in org.apache.batik.ext.awt.image
Methods in org.apache.batik.ext.awt.image with parameters of type ParsedURL Modifier and Type Method Description voidURLImageCache. clear(ParsedURL purl)Clear the entry for ParsedURL.booleanURLImageCache. isDone(ParsedURL purl)Check ifrequest(url)will return immediately with the Filter.booleanURLImageCache. isPresent(ParsedURL purl)Check ifrequest(url)will return with a Filter (not putting you on the hook for it).voidURLImageCache. put(ParsedURL purl, Filter filt)Associate bi with purl.FilterURLImageCache. request(ParsedURL purl)If this returns null then you are now 'on the hook'. -
Uses of ParsedURL in org.apache.batik.ext.awt.image.codec.imageio
Methods in org.apache.batik.ext.awt.image.codec.imageio with parameters of type ParsedURL Modifier and Type Method Description FilterAbstractImageIORegistryEntry. handleStream(java.io.InputStream inIS, ParsedURL origURL, boolean needRawData)Decode the Stream into a RenderableImage -
Uses of ParsedURL in org.apache.batik.ext.awt.image.codec.png
Methods in org.apache.batik.ext.awt.image.codec.png with parameters of type ParsedURL Modifier and Type Method Description FilterPNGRegistryEntry. handleStream(java.io.InputStream inIS, ParsedURL origURL, boolean needRawData)Decode the Stream into a RenderableImage -
Uses of ParsedURL in org.apache.batik.ext.awt.image.spi
Methods in org.apache.batik.ext.awt.image.spi with parameters of type ParsedURL Modifier and Type Method Description FilterImageTagRegistry. checkCache(ParsedURL purl, org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace)voidImageTagRegistry. flushImage(ParsedURL purl)Removes the given URL from the cache.FilterStreamRegistryEntry. handleStream(java.io.InputStream is, ParsedURL origURL, boolean needRawData)Decode the Stream into a Filter.FilterJDKRegistryEntry. handleURL(ParsedURL purl, boolean needRawData)Decode the URL into a RenderableImageFilterURLRegistryEntry. handleURL(ParsedURL url, boolean needRawData)Decode the URL into a RenderableImage, here you should feel free to open the URL yourself.booleanJDKRegistryEntry. isCompatibleURL(ParsedURL purl)Check if the Stream references an image that can be handled by this format handler.booleanURLRegistryEntry. isCompatibleURL(ParsedURL url)Check if the URL references an image that can be handled by this format handler.FilterImageTagRegistry. readURL(java.io.InputStream is, ParsedURL purl, org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace, boolean allowOpenStream, boolean returnBrokenLink)FilterImageTagRegistry. readURL(ParsedURL purl)FilterImageTagRegistry. readURL(ParsedURL purl, org.apache.xmlgraphics.java2d.color.ICCColorSpaceWithIntent colorSpace) -
Uses of ParsedURL in org.apache.batik.extension
Fields in org.apache.batik.extension declared as ParsedURL Modifier and Type Field Description protected ParsedURLStylableExtensionElement. cssBaseThe base URL.Methods in org.apache.batik.extension that return ParsedURL Modifier and Type Method Description ParsedURLStylableExtensionElement. getCSSBase()Returns the CSS base URL of this element. -
Uses of ParsedURL in org.apache.batik.swing.svg
Methods in org.apache.batik.swing.svg with parameters of type ParsedURL Modifier and Type Method Description voidJSVGComponent.BridgeUserAgent. checkLoadExternalResource(ParsedURL resourceURL, ParsedURL docURL)This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded.voidJSVGComponent.BridgeUserAgentWrapper. checkLoadExternalResource(ParsedURL resourceURL, ParsedURL docURL)This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded.voidSVGUserAgent. checkLoadExternalResource(ParsedURL resourceURL, ParsedURL docURL)This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded.voidSVGUserAgentAdapter. checkLoadExternalResource(ParsedURL resourceURL, ParsedURL docURL)This method throws a SecurityException if the resource found at url and referenced from docURL should not be loaded.voidJSVGComponent.BridgeUserAgent. checkLoadScript(java.lang.String scriptType, ParsedURL scriptURL, ParsedURL docURL)This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded.voidJSVGComponent.BridgeUserAgentWrapper. checkLoadScript(java.lang.String scriptType, ParsedURL scriptPURL, ParsedURL docPURL)This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded.voidSVGUserAgent. checkLoadScript(java.lang.String scriptType, ParsedURL scriptURL, ParsedURL docURL)This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded.voidSVGUserAgentAdapter. checkLoadScript(java.lang.String scriptType, ParsedURL scriptURL, ParsedURL docURL)This method throws a SecurityException if the script of given type, found at url and referenced from docURL should not be loaded.ExternalResourceSecurityJSVGComponent.BridgeUserAgent. getExternalResourceSecurity(ParsedURL resourceURL, ParsedURL docURL)Returns the security settings for the given resource url and document urlExternalResourceSecurityJSVGComponent.BridgeUserAgentWrapper. getExternalResourceSecurity(ParsedURL resourcePURL, ParsedURL docPURL)Returns the security settings for the given resource url and document urlExternalResourceSecuritySVGUserAgent. getExternalResourceSecurity(ParsedURL resourceURL, ParsedURL docURL)Returns the security settings for the given resource url and document urlExternalResourceSecuritySVGUserAgentAdapter. getExternalResourceSecurity(ParsedURL resourceURL, ParsedURL docURL)Returns the security settings for the given resource url and document urlScriptSecurityJSVGComponent.BridgeUserAgent. getScriptSecurity(java.lang.String scriptType, ParsedURL scriptURL, ParsedURL docURL)Returns the security settings for the given script type, script url and document urlScriptSecurityJSVGComponent.BridgeUserAgentWrapper. getScriptSecurity(java.lang.String scriptType, ParsedURL scriptPURL, ParsedURL docPURL)Returns the security settings for the given script type, script url and document urlScriptSecuritySVGUserAgent. getScriptSecurity(java.lang.String scriptType, ParsedURL scriptURL, ParsedURL docURL)Returns the security settings for the given script type, script url and document urlScriptSecuritySVGUserAgentAdapter. getScriptSecurity(java.lang.String scriptType, ParsedURL scriptURL, ParsedURL docURL)Returns the security settings for the given script type, script url and document url -
Uses of ParsedURL in org.apache.batik.test.svg
Methods in org.apache.batik.test.svg with parameters of type ParsedURL Modifier and Type Method Description ExternalResourceSecuritySVGOnLoadExceptionTest.TestUserAgent. getExternalResourceSecurity(ParsedURL resourceURL, ParsedURL docURL)ScriptSecuritySVGOnLoadExceptionTest.TestUserAgent. getScriptSecurity(java.lang.String scriptType, ParsedURL scriptURL, ParsedURL docURL) -
Uses of ParsedURL in org.apache.batik.transcoder
Methods in org.apache.batik.transcoder with parameters of type ParsedURL Modifier and Type Method Description ExternalResourceSecuritySVGAbstractTranscoder.SVGAbstractTranscoderUserAgent. getExternalResourceSecurity(ParsedURL resourceURL, ParsedURL docURL)ScriptSecuritySVGAbstractTranscoder.SVGAbstractTranscoderUserAgent. getScriptSecurity(java.lang.String scriptType, ParsedURL scriptPURL, ParsedURL docPURL)Returns the security settings for the given script type, script url and document url -
Uses of ParsedURL in org.apache.batik.util
Methods in org.apache.batik.util with parameters of type ParsedURL Modifier and Type Method Description static ParsedURLDataParsedURL. parseURL(ParsedURL baseURL, java.lang.String urlStr)Factory method to construct an appropriate subclass of ParsedURLData, for a sub url.ParsedURLDataParsedURLDataProtocolHandler. parseURL(ParsedURL baseURL, java.lang.String urlStr)ParsedURLDataParsedURLDefaultProtocolHandler. parseURL(ParsedURL baseURL, java.lang.String urlStr)Parses the string as a sub URL of baseURL, and returns the results of parsing in the ParsedURLData object.ParsedURLDataParsedURLJarProtocolHandler. parseURL(ParsedURL baseURL, java.lang.String urlStr)ParsedURLDataParsedURLProtocolHandler. parseURL(ParsedURL basepurl, java.lang.String urlStr)Parse a relative url string of this protocol.booleanParsedURL. sameFile(ParsedURL other)Constructors in org.apache.batik.util with parameters of type ParsedURL Constructor Description ParsedURL(ParsedURL baseURL, java.lang.String urlStr)Construct a sub URL from a base ParsedURL and a string for the sub url.
-