Rename some classes.

This commit is contained in:
Holt59
2018-02-25 18:34:48 +01:00
parent ae460ff454
commit 71202409b8
6 changed files with 20 additions and 20 deletions

View File

@@ -2,7 +2,7 @@ package org.insa.graphics.drawing.overlays;
import org.insa.graph.Point;
public interface MarkerTracker extends OverlayTracker {
public interface MarkerOverlay extends Overlay {
/**
* @return The point associated with this marker.

View File

@@ -1,6 +1,6 @@
package org.insa.graphics.drawing.overlays;
public interface OverlayTracker {
public interface Overlay {
/**
* Show or hide this marker - A marker should be visible when created.