Commit b68da8e
committed
Remove dependencies and code for displaying plots
SciJava Plot should not depend on any swing dependent libraries like
JFreeChart or scijava-ui-swing.
The code for displaying plots is therefor moved to scijava-ui-swing
* This includes the converters:
* XYPlot -> JFreeChart
* CategoryChart -> JFreeChart
* An io plugin to save plots as SVG,
* Displays for JFreeChart
The code for converting plots to ImagePlus and Img is moved to
imagej-legacy as it depends on ImagePlus. A converter from
plot to java.awt.image.BufferedImage will be added to scijava-ui-swing.1 parent 2e3f44c commit b68da8e
33 files changed
Lines changed: 7 additions & 2229 deletions
File tree
- src
- main/java/org/scijava
- plot
- convert
- defaultplot
- io
- ui
- swing/viewer/plot
- jfreechart
- viewer/plot
- test/java/org/scijava/plot
- convert
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | 107 | | |
112 | 108 | | |
113 | 109 | | |
114 | 110 | | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | 111 | | |
141 | 112 | | |
142 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
| 44 | + | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
| |||
Lines changed: 0 additions & 66 deletions
This file was deleted.
Lines changed: 0 additions & 52 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | 34 | | |
36 | 35 | | |
37 | 36 | | |
| |||
This file was deleted.
Lines changed: 0 additions & 118 deletions
This file was deleted.
0 commit comments