Rename some classes.
This commit is contained in:
@@ -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.
|
@@ -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.
|
Reference in New Issue
Block a user