|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.mkgmap.build.LayerFilterChain
public class LayerFilterChain
This calls all the filters that are applied to an element as it is added to the map at a particular level.
Constructor Summary | |
---|---|
LayerFilterChain(FilterConfig config)
|
Method Summary | |
---|---|
void |
addElement(MapElement element)
Add an extra element and pass it down a copy of the chain. |
void |
doFilter(MapElement element)
Pass the element on to the next filter in the chain. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LayerFilterChain(FilterConfig config)
Method Detail |
---|
public void doFilter(MapElement element)
MapFilterChain
doFilter
in interface MapFilterChain
element
- The map element.public void addElement(MapElement element)
MapFilterChain
addElement
in interface MapFilterChain
element
- The element to add.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |