|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jmage.filter.ConfigurableImageFilter org.jmage.filter.NoOpFilter
public class NoOpFilter
No Operation Filter for debugging purposes.
Field Summary | |
---|---|
protected static org.apache.log4j.Logger |
log
|
Fields inherited from class org.jmage.filter.ConfigurableImageFilter |
---|
filterProperties, INITIALIZED, NOT_INITIALIZED |
Constructor Summary | |
---|---|
NoOpFilter()
|
Method Summary | |
---|---|
javax.media.jai.PlanarImage |
filter(javax.media.jai.PlanarImage image)
Returns the image. |
void |
initialize(java.util.Properties filterProperties)
Initializes the ImageFilter with properties |
Methods inherited from class org.jmage.filter.ConfigurableImageFilter |
---|
filter, getFilterProperties, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected static org.apache.log4j.Logger log
Constructor Detail |
---|
public NoOpFilter()
Method Detail |
---|
public void initialize(java.util.Properties filterProperties) throws FilterException
initialize
in class ConfigurableImageFilter
filterProperties
-
FilterException
- if the filter can't handle the properties.public javax.media.jai.PlanarImage filter(javax.media.jai.PlanarImage image) throws FilterException
image
- the image
FilterException
- if an error occurs during filtering
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |