Uses of Class
org.openstreetmap.josm.data.osm.visitor.paint.RenderBenchmarkCollector
-
Packages that use RenderBenchmarkCollector Package Description org.openstreetmap.josm.data.osm.visitor.paint Provides the classes for painting (rendering) OSM primitives on the map. -
-
Uses of RenderBenchmarkCollector in org.openstreetmap.josm.data.osm.visitor.paint
Subclasses of RenderBenchmarkCollector in org.openstreetmap.josm.data.osm.visitor.paint Modifier and Type Class Description static classRenderBenchmarkCollector.CapturingBenchmarkA benchmark implementation that captures the timesstatic classRenderBenchmarkCollector.LoggingBenchmarkA special version of the benchmark class that logs the output to stderr.Fields in org.openstreetmap.josm.data.osm.visitor.paint with type parameters of type RenderBenchmarkCollector Modifier and Type Field Description private java.util.function.Supplier<RenderBenchmarkCollector>StyledMapRenderer. benchmarkFactoryMethods in org.openstreetmap.josm.data.osm.visitor.paint that return types with arguments of type RenderBenchmarkCollector Modifier and Type Method Description static java.util.function.Supplier<RenderBenchmarkCollector>RenderBenchmarkCollector. defaultBenchmarkSupplier()A supplier that gets the default benchmark class.Methods in org.openstreetmap.josm.data.osm.visitor.paint with parameters of type RenderBenchmarkCollector Modifier and Type Method Description private voidStyledMapRenderer. paintWithLock(OsmData<?,?,?,?> data, boolean renderVirtualNodes, RenderBenchmarkCollector benchmark, BBox bbox)Method parameters in org.openstreetmap.josm.data.osm.visitor.paint with type arguments of type RenderBenchmarkCollector Modifier and Type Method Description voidStyledMapRenderer. setBenchmarkFactory(java.util.function.Supplier<RenderBenchmarkCollector> benchmarkFactory)Sets the factory that creates the benchmark data receivers.
-