Package org.apache.batik.apps.rasterizer
Interface SVGConverterSource
- All Known Implementing Classes:
SVGConverterFileSource
,SVGConverterURLSource
public interface SVGConverterSource
Interface used to handle both Files and URLs in the
SVGConverter
-
Method Details
-
getName
String getName()Returns the name of the source. That would be the name for a File or URL -
openStream
Gets aTranscoderInput
for that source- Throws:
IOException
-
isSameAs
Checks if same as source described by srcStr -
isReadable
boolean isReadable()Checks if source can be read -
getURI
String getURI()Returns a URI string corresponding to this source
-