|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.batik.apps.rasterizer.SVGConverterURLSource
public class SVGConverterURLSource
Field Summary | |
---|---|
static String |
ERROR_INVALID_URL
|
protected static String |
SVG_EXTENSION
SVG file extension |
protected static String |
SVGZ_EXTENSION
|
Constructor Summary | |
---|---|
SVGConverterURLSource(String url)
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getName()
Returns the name of the source. |
String |
getURI()
Returns a URI string corresponding to this source |
int |
hashCode()
|
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 |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static final String SVG_EXTENSION
protected static final String SVGZ_EXTENSION
public static final String ERROR_INVALID_URL
Constructor Detail |
---|
public SVGConverterURLSource(String url) throws SVGConverterException
SVGConverterException
Method Detail |
---|
public String toString()
toString
in class Object
public String getURI()
SVGConverterSource
getURI
in interface SVGConverterSource
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public InputStream openStream() throws IOException
SVGConverterSource
openStream
in interface SVGConverterSource
IOException
public boolean isSameAs(String srcStr)
SVGConverterSource
isSameAs
in interface SVGConverterSource
public boolean isReadable()
SVGConverterSource
isReadable
in interface SVGConverterSource
public String getName()
SVGConverterSource
getName
in interface SVGConverterSource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |