Modify connection between MainWindow and the NotesInputPanel.
This commit is contained in:
@@ -1,9 +1,16 @@
|
||||
package org.insa.graphics.drawing.overlays;
|
||||
|
||||
import java.awt.Color;
|
||||
|
||||
import org.insa.graph.Point;
|
||||
|
||||
public interface MarkerOverlay extends Overlay {
|
||||
|
||||
/**
|
||||
* @return Color associated with this marker.
|
||||
*/
|
||||
public Color getColor();
|
||||
|
||||
/**
|
||||
* @return The point associated with this marker.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user