Uses of Class
org.jmage.filterchain.FilterChainException

Packages that use FilterChainException
org.jmage.filterchain   
 

Uses of FilterChainException in org.jmage.filterchain
 

Methods in org.jmage.filterchain that throw FilterChainException
protected  FilterChain[] FilterChainManager.create(ImageRequest request)
          Creates a FilterChain object to use for a given unique chainUri, denoted by a URI following the convention filterchain:com.package.FilterChain
 FilterChain XmlFilterChainFactory.createFrom(java.net.URI filterChainUri)
          Creates a FilterChain for a given filterChainUri by deserializing it from xml.
 FilterChain SimpleFilterChainFactory.createFrom(java.net.URI name)
          Creates a simple FilterChain with one filter for a given filter class name
 FilterChain FilterChainFactory.createFrom(java.net.URI filterUri)
          Creates a FilterChain for a given name
 FilterChain XmlFilterChainFactory.createFrom(java.net.URI name, java.util.Properties filterProperties)
          Creates a FilterChain for a given name by deserializing it from xml and then applying additional filter properties on top.
 FilterChain SimpleFilterChainFactory.createFrom(java.net.URI name, java.util.Properties filterProperties)
          Creates a simple FilterChain with one filter for a given filter class name and additional filter properties
 FilterChain FilterChainFactory.createFrom(java.net.URI filterUri, java.util.Properties filterProperties)
          Creates a FilterChain for a given name and additional filter properties
protected  javax.media.jai.PlanarImage FilterChainManager.filter(ImageRequest imageRequest)
          Convenience method combining filter creation and image filtering.
 



Copyright © 2004-2008 Sourceforge. All Rights Reserved.