(final List<Annotation> global_annotations)
| 275 | |
| 276 | class GlobalCB implements Callback<Object, List<Annotation>> { |
| 277 | public Object call(final List<Annotation> global_annotations) throws Exception { |
| 278 | rungnuplot.plot.setGlobals(global_annotations); |
| 279 | execGnuplot(rungnuplot, query); |
| 280 | |
| 281 | return null; |
| 282 | } |
| 283 | } |
| 284 | |
| 285 | // Fetch global annotations, if needed |
nothing calls this directly
no test coverage detected