Uses of Class
org.openstreetmap.josm.data.osm.visitor.paint.StyledMapRenderer.StyleRecord
-
Packages that use StyledMapRenderer.StyleRecord Package Description org.openstreetmap.josm.data.osm.visitor.paint Provides the classes for painting (rendering) OSM primitives on the map. -
-
Uses of StyledMapRenderer.StyleRecord in org.openstreetmap.josm.data.osm.visitor.paint
Fields in org.openstreetmap.josm.data.osm.visitor.paint with type parameters of type StyledMapRenderer.StyleRecord Modifier and Type Field Description private List<StyledMapRenderer.StyleRecord>
ComputeStyleListWorker. output
Methods in org.openstreetmap.josm.data.osm.visitor.paint that return types with arguments of type StyledMapRenderer.StyleRecord Modifier and Type Method Description protected List<StyledMapRenderer.StyleRecord>
ComputeStyleListWorker. compute()
List<StyledMapRenderer.StyleRecord>
ComputeStyleListWorker. computeDirectly()
Compute directly (without using fork/join) the style list.Methods in org.openstreetmap.josm.data.osm.visitor.paint with parameters of type StyledMapRenderer.StyleRecord Modifier and Type Method Description int
StyledMapRenderer.StyleRecord. compareTo(StyledMapRenderer.StyleRecord other)
private void
StyledMapRenderer. paintRecord(StyledMapRenderer.StyleRecord record)
Method parameters in org.openstreetmap.josm.data.osm.visitor.paint with type arguments of type StyledMapRenderer.StyleRecord Modifier and Type Method Description boolean
RenderBenchmarkCollector.CapturingBenchmark. renderDraw(List<StyledMapRenderer.StyleRecord> allStyleElems)
boolean
RenderBenchmarkCollector.LoggingBenchmark. renderDraw(List<StyledMapRenderer.StyleRecord> allStyleElems)
boolean
RenderBenchmarkCollector. renderDraw(List<StyledMapRenderer.StyleRecord> allStyleElems)
Notified when the renderer method starts drawing
-