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.PathSegmentConsumerMapViewPath.ClampingPathVisitor. consumerprivate MapViewPath.PathSegmentConsumerMapViewPath.LineVisitor. consumerMethods in org.openstreetmap.josm.gui.draw with parameters of type MapViewPath.PathSegmentConsumer Modifier and Type Method Description booleanMapViewPath. visitClippedLine(double strokeLength, MapViewPath.PathSegmentConsumer consumer)Visits all straight segments of this path.booleanMapViewPath. visitClippedLine(java.awt.Stroke stroke, MapViewPath.PathSegmentConsumer consumer)Visits all straight segments of this path.doubleMapViewPath. 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.ClampingPathVisitorLineVisitor(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 classOnLineStrategy.GlyphRotatingVisitorRotate the glyphs along a path.private static classOnLineStrategy.UpsideComputingVisitorA 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.
-