|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceException | |
|---|---|
| org.jmage.filterchain | |
| org.jmage.resource | |
| Uses of ResourceException in org.jmage.filterchain |
|---|
| Methods in org.jmage.filterchain that throw ResourceException | |
|---|---|
protected java.io.InputStream |
XmlFilterChainFactory.getClassPathResource(java.io.File file)
Get the file from the classpath as a system resource |
protected java.io.InputStream |
XmlFilterChainFactory.getFromFile(java.io.File file)
Get the image resource from a file. |
| Uses of ResourceException in org.jmage.resource |
|---|
| Methods in org.jmage.resource that throw ResourceException | |
|---|---|
java.lang.Object |
FontFactory.createFrom(java.net.URI resource)
|
java.lang.Object |
DefaultImageFactory.createFrom(java.net.URI resource)
Create an object resource from a resource URI |
protected java.awt.Font |
FontFactory.getClassPathResource(java.io.File file)
|
protected javax.media.jai.PlanarImage |
DefaultImageFactory.getClassPathResource(java.io.File file)
Get the file from the classpath as a system resource |
protected java.awt.Font |
FontFactory.getFile(java.io.File file)
|
protected javax.media.jai.PlanarImage |
DefaultImageFactory.getFile(java.io.File file)
Get the image resource from a file. |
protected java.awt.Font |
FontFactory.getURL(java.net.URL url)
|
protected javax.media.jai.PlanarImage |
DefaultImageFactory.getURL(java.net.URL url)
Get the image from an URL |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||