Commit graph

17 commits

Author SHA1 Message Date
Holt59
7b2f3f3549 BasicDrawing now create a new image for each new graph to have better scaling. 2018-02-27 22:24:49 +01:00
Holt59
43835e4837 Remove drawPoint, switch to PointSetOverlay. 2018-02-27 22:09:57 +01:00
Holt59
1a664b8a3c Modify connection between MainWindow and the NotesInputPanel. 2018-02-26 11:31:00 +01:00
Holt59
d4b1ef0481 Remove unused constructor of BasicPathOverlay. 2018-02-25 20:17:39 +01:00
Holt59
b192bb4f07 Add info panel for SP solutions. 2018-02-25 20:03:06 +01:00
Holt59
96ca2b3a8a Add path overlays functionality. 2018-02-25 19:17:26 +01:00
Holt59
71202409b8 Rename some classes. 2018-02-25 18:34:48 +01:00
Holt59
ae460ff454 Remove drawLine. Better overlay for BasicDrawing. 2018-02-25 18:33:46 +01:00
Holt59
467253f9bb Re-organize code. 2018-02-25 18:13:22 +01:00
Holt59
29051be12b Create OverlayTracker as a prent of MarkerTracker to allow tracking of other objects. 2018-02-25 18:12:15 +01:00
Holt59
422a3267ca Add possibility to show/hide a marker after its creation without having to delete/recreate it. 2018-02-25 16:43:37 +01:00
Holt59
9ae576a058 Fix size issue for point vs. marker. 2018-02-25 12:48:21 +01:00
Holt59
fc44ad93c3 Remove unwanted output. 2018-02-25 12:44:43 +01:00
Holt59
9acdc998b3 Improve overlay management for BasicDrawing. 2018-02-25 12:44:15 +01:00
Holt59
481e30e80c Add way to track drawn Markers on map and delete/move them. Delete not implemented for BasicDrawing. 2018-02-25 12:10:59 +01:00
Holt59
d00e012497 Enforce immutability via final and unmodifiableList. 2018-02-24 21:02:04 +01:00
Holt59
c624fd9dfd Regoranized package. 2018-02-24 13:46:47 +01:00
Renamed from src/main/org/insa/drawing/BasicDrawing.java (Browse further)