Class SVGConverterURLSource
java.lang.Object
org.apache.batik.apps.rasterizer.SVGConverterURLSource
- All Implemented Interfaces:
SVGConverterSource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()Returns the name of the source.getURI()Returns a URI string corresponding to this sourceinthashCode()booleanChecks if source can be readbooleanChecks if same as source described by srcStrGets aTranscoderInputfor that sourcetoString()
-
Field Details
-
SVG_EXTENSION
-
SVGZ_EXTENSION
- See Also:
-
ERROR_INVALID_URL
- See Also:
-
-
Constructor Details
-
SVGConverterURLSource
- Throws:
SVGConverterException
-
-
Method Details
-
toString
-
getURI
Description copied from interface:SVGConverterSourceReturns a URI string corresponding to this source- Specified by:
getURIin interfaceSVGConverterSource
-
equals
-
hashCode
-
openStream
Description copied from interface:SVGConverterSourceGets aTranscoderInputfor that source- Specified by:
openStreamin interfaceSVGConverterSource- Throws:
IOException
-
isSameAs
Description copied from interface:SVGConverterSourceChecks if same as source described by srcStr- Specified by:
isSameAsin interfaceSVGConverterSource
-
isReadable
public boolean isReadable()Description copied from interface:SVGConverterSourceChecks if source can be read- Specified by:
isReadablein interfaceSVGConverterSource
-
getName
Description copied from interface:SVGConverterSourceReturns the name of the source. That would be the name for a File or URL- Specified by:
getNamein interfaceSVGConverterSource
-