Uses of Interface
org.openstreetmap.josm.gui.draw.MapViewPath.PathSegmentConsumer
-
Packages that use MapViewPath.PathSegmentConsumer Package Description org.openstreetmap.josm.gui.draw Provides GUI classes for 2D drawing in the map.org.openstreetmap.josm.gui.mappaint.styleelement.placement Label placement strategy for map paint styles. -
-
Uses of MapViewPath.PathSegmentConsumer in org.openstreetmap.josm.gui.draw
Fields in org.openstreetmap.josm.gui.draw declared as MapViewPath.PathSegmentConsumer Modifier and Type Field Description private MapViewPath.PathSegmentConsumer
MapViewPath.ClampingPathVisitor. consumer
private MapViewPath.PathSegmentConsumer
MapViewPath.LineVisitor. consumer
Methods in org.openstreetmap.josm.gui.draw with parameters of type MapViewPath.PathSegmentConsumer Modifier and Type Method Description boolean
MapViewPath. visitClippedLine(double strokeLength, MapViewPath.PathSegmentConsumer consumer)
Visits all straight segments of this path.boolean
MapViewPath. visitClippedLine(java.awt.Stroke stroke, MapViewPath.PathSegmentConsumer consumer)
Visits all straight segments of this path.double
MapViewPath. visitLine(MapViewPath.PathSegmentConsumer consumer)
Visits all segments of this path.Constructors in org.openstreetmap.josm.gui.draw with parameters of type MapViewPath.PathSegmentConsumer Constructor Description ClampingPathVisitor(MapViewState.MapViewRectangle clip, double strokeLength, MapViewPath.PathSegmentConsumer consumer)
Create a newMapViewPath.ClampingPathVisitor
LineVisitor(MapViewPath.PathSegmentConsumer consumer)
-
Uses of MapViewPath.PathSegmentConsumer in org.openstreetmap.josm.gui.mappaint.styleelement.placement
Classes in org.openstreetmap.josm.gui.mappaint.styleelement.placement that implement MapViewPath.PathSegmentConsumer Modifier and Type Class Description private class
OnLineStrategy.GlyphRotatingVisitor
Rotate the glyphs along a path.private static class
OnLineStrategy.UpsideComputingVisitor
A visitor that computes the side of the way that is the upper one for each segment and computes the dominant upper side of the way.
-