|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FilterChain | |
---|---|
org.jmage.filterchain |
Uses of FilterChain in org.jmage.filterchain |
---|
Methods in org.jmage.filterchain that return FilterChain | |
---|---|
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 |
FilterChain |
XmlFilterChainDeserializer.deserialize(org.w3c.dom.Document document)
|
FilterChain |
XmlFilterChainDeserializer.deserialize(org.w3c.dom.Document document,
java.lang.String filterChainName)
|
protected FilterChain |
XmlFilterChainDeserializer.deserialize(org.w3c.dom.Node filterChainNode)
|
protected FilterChain |
XmlFilterChainDeserializer.deserialize(org.w3c.dom.Node filterChainNode,
java.lang.String filterChainName)
|
protected FilterChain |
XmlFilterChainDeserializer.deserializeFilters(org.w3c.dom.Node documentNode,
FilterChain chain)
|
protected FilterChain |
XmlFilterChainDeserializer.deserializeInternalFilterChain(java.util.StringTokenizer st,
org.w3c.dom.Node documentNode)
|
Methods in org.jmage.filterchain with parameters of type FilterChain | |
---|---|
protected void |
XmlFilterChainDeserializer.deserializeFilter(org.w3c.dom.Node filterNode,
FilterChain chain)
|
protected FilterChain |
XmlFilterChainDeserializer.deserializeFilters(org.w3c.dom.Node documentNode,
FilterChain chain)
|
protected javax.media.jai.PlanarImage |
FilterChainManager.doFilter(FilterChain[] chains,
javax.media.jai.PlanarImage image)
Filters an image through an existing FilterChain[]. |
org.w3c.dom.Document |
XmlFilterChainSerializer.serialize(FilterChain filterChain)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |