org.apache.batik.apps.rasterizer
Interface SVGConverterSource
public
interface
SVGConverterSource
Interface used to handle both Files and URLs in the
SVGConverter
Method Summary |
String | getName()
Returns the name of the source. |
String | getURI()
Returns a URI string corresponding to this source |
boolean | isReadable()
Checks if source can be read |
boolean | isSameAs(String srcStr)
Checks if same as source described by srcStr |
InputStream | openStream()
Gets a TranscoderInput for that source |
public String getName()
Returns the name of the source. That would be the
name for a File or URL
public String getURI()
Returns a URI string corresponding to this source
public boolean isReadable()
Checks if source can be read
public boolean isSameAs(String srcStr)
Checks if same as source described by srcStr
public InputStream openStream()
Gets a TranscoderInput for that source
Copyright B) 2007 Apache Software Foundation. All Rights Reserved.