Package Map
Class Compass
java.lang.Object
Map.Compass
Draws a compass given the rotation of the map in degrees.
- Author:
 - David McLaren
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoiddrawCompass(Graphics2D g2d, MapRectProjector rectProj) voidsetMapRotationDegrees(double mapRotationDegrees) voidsetPanelWidth(int panelWidth)  
- 
Constructor Details
- 
Compass
public Compass() 
 - 
 - 
Method Details
- 
drawCompass
 - 
setMapRotationDegrees
public void setMapRotationDegrees(double mapRotationDegrees)  - 
setPanelWidth
public void setPanelWidth(int panelWidth)  
 -