MCPcopy Index your code
hub / github.com/graphhopper/graphhopper / MapLayer

Interface MapLayer

tools/src/main/java/com/graphhopper/ui/MapLayer.java:26–36  ·  view source on GitHub ↗

@author Peter Karich

Source from the content-addressed store, hash-verified

24 * @author Peter Karich
25 */
26public interface MapLayer extends Serializable {
27 Rectangle getBounds();
28
29 void setBounds(Rectangle r);
30
31 void setBuffering(boolean enable);
32
33 void repaint();
34
35 void paint(Graphics2D g);
36}

Callers 13

measureLocationIndexMethod · 0.65
paintComponentMethod · 0.65
paintComponentMethod · 0.65
GraphicsWrapperMethod · 0.65
componentResizedMethod · 0.65
paintComponentMethod · 0.65
setBufferingMethod · 0.65
MiniGraphUIMethod · 0.65
componentResizedMethod · 0.65
updateLatLonMethod · 0.65
repaintPathsMethod · 0.65
repaintRoadsMethod · 0.65

Implementers 1

DefaultMapLayertools/src/main/java/com/graphhopper/ui

Calls

no outgoing calls

Tested by

no test coverage detected