Add path overlays functionality.

This commit is contained in:
Holt59
2018-02-25 19:17:26 +01:00
parent 71202409b8
commit 96ca2b3a8a
5 changed files with 179 additions and 67 deletions

View File

@@ -0,0 +1,5 @@
package org.insa.graphics.drawing.overlays;
public interface PathOverlay extends Overlay {
}