Created annotation slider to display different levels of annotations

Removed toggleAnnotations method as abstract from race object and made only for boat group as it didnt make sense for markgroup, at least not currently as they have no annotations to show

#story[558]
This commit is contained in:
William Muir
2017-04-30 23:24:24 +12:00
parent 0eb767b615
commit ec57851de2
5 changed files with 112 additions and 31 deletions
@@ -223,9 +223,6 @@ public class MarkGroup extends RaceObject {
return true;
return false;
}
public void toggleAnnotations () {
}
public static int getMarkRadius() {
return MARK_RADIUS;