Class Selector.ChildOrParentSelector.MultipolygonOpenEndFinder
- java.lang.Object
-
- org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector.AbstractFinder
-
- org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector.MultipolygonOpenEndFinder
-
- All Implemented Interfaces:
PrimitiveVisitor
- Enclosing class:
- Selector.ChildOrParentSelector
private class Selector.ChildOrParentSelector.MultipolygonOpenEndFinder extends Selector.ChildOrParentSelector.AbstractFinder
-
-
Field Summary
Fields Modifier and Type Field Description private PrimitiveVisitor
innerVisitor
-
Fields inherited from class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector.AbstractFinder
e
-
-
Constructor Summary
Constructors Constructor Description MultipolygonOpenEndFinder(Environment e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
visit(IWay<?> w)
Visiting call for ways.-
Methods inherited from class org.openstreetmap.josm.gui.mappaint.mapcss.Selector.ChildOrParentSelector.AbstractFinder
addToChildren, isPrimitiveUsable, visit, visit, visit
-
-
-
-
Field Detail
-
innerVisitor
private final PrimitiveVisitor innerVisitor
-
-
Constructor Detail
-
MultipolygonOpenEndFinder
MultipolygonOpenEndFinder(Environment e)
-
-
Method Detail
-
visit
public void visit(IWay<?> w)
Description copied from interface:PrimitiveVisitor
Visiting call for ways.- Specified by:
visit
in interfacePrimitiveVisitor
- Overrides:
visit
in classSelector.ChildOrParentSelector.AbstractFinder
- Parameters:
w
- The way to inspect.
-
-