|
||||||||||
| 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(java.io.File file)
|
|
SVGConverterFileSource(java.io.File file,
java.lang.String ref)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
java.io.File |
getFile()
|
java.lang.String |
getName()
Returns the name of the source. |
java.lang.String |
getURI()
Returns a URI string corresponding to this source |
int |
hashCode()
|
boolean |
isReadable()
Checks if source can be read |
boolean |
isSameAs(java.lang.String srcStr)
Checks if same as source described by srcStr |
java.io.InputStream |
openStream()
Gets a TranscoderInput for that source |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SVGConverterFileSource(java.io.File file)
public SVGConverterFileSource(java.io.File file,
java.lang.String ref)
| Method Detail |
|---|
public java.lang.String getName()
SVGConverterSource
getName in interface SVGConverterSourcepublic java.io.File getFile()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getURI()
SVGConverterSource
getURI in interface SVGConverterSourcepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
public java.io.InputStream openStream()
throws java.io.FileNotFoundException
SVGConverterSource
openStream in interface SVGConverterSourcejava.io.FileNotFoundExceptionpublic boolean isSameAs(java.lang.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 | |||||||||