|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.batik.apps.rasterizer.SVGConverterFileSource
public class SVGConverterFileSource
Describes a file source for the SVGConverter
| Constructor Summary | |
|---|---|
SVGConverterFileSource(File file)
|
|
SVGConverterFileSource(File file,
String ref)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
File |
getFile()
|
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 |
| Constructor Detail |
|---|
public SVGConverterFileSource(File file)
public SVGConverterFileSource(File file,
String ref)
| Method Detail |
|---|
public String getName()
SVGConverterSource
getName in interface SVGConverterSourcepublic File getFile()
public String toString()
toString in class Objectpublic String getURI()
SVGConverterSource
getURI in interface SVGConverterSourcepublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public InputStream openStream()
throws FileNotFoundException
SVGConverterSourceTranscoderInput for that source
openStream in interface SVGConverterSourceFileNotFoundExceptionpublic boolean isSameAs(String srcStr)
SVGConverterSource
isSameAs in interface SVGConverterSourcepublic boolean isReadable()
SVGConverterSource
isReadable in interface SVGConverterSource
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||