Commit e38ed8ad authored by Clemens Krug's avatar Clemens Krug Committed by Clemens Krug
Browse files

Add some JavaDoc / code rearrangements

parent 00a63886
......@@ -27,6 +27,10 @@ public interface IMapVisualization{
public void paint(Graphics g);
/**
* Retreives the current map as image.
* @return image of the current map
*/
default BufferedImage getMapImage()
{
return null;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment