|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.mkgmap.filters.BaseFilter
public class BaseFilter
A base filter to use that has empty implementations of methods that are not always used.
Constructor Summary | |
---|---|
BaseFilter()
|
Method Summary | |
---|---|
void |
doFilter(MapElement element,
MapFilterChain next)
Empty implementation. |
void |
init(FilterConfig config)
Empty implementation of the init function. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseFilter()
Method Detail |
---|
public void init(FilterConfig config)
init
in interface MapFilter
config
- Configuration information, giving parameters of the map
level that is being produced through this filter.public void doFilter(MapElement element, MapFilterChain next)
doFilter
in interface MapFilter
element
- A map element.next
- This is used to pass the possibly transformed element onward.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |