Add info panel for SP solutions.

This commit is contained in:
Holt59
2018-02-25 20:03:06 +01:00
parent 1cb11975a6
commit b192bb4f07
5 changed files with 136 additions and 24 deletions

View File

@@ -9,6 +9,11 @@ public interface Overlay {
*/
public void setVisible(boolean visible);
/**
* @return true if this overlay is visible.
*/
public boolean isVisible();
/**
* Delete this marker.
*/