Returns the font currently used (e.g. for the next 'addLabel')
()
| 1309 | |
| 1310 | /** Returns the font currently used (e.g. for the next 'addLabel') */ |
| 1311 | public Font getCurrentFont() { |
| 1312 | return currentFont != null ? currentFont : defaultFont; |
| 1313 | } |
| 1314 | |
| 1315 | /** Returns the default font for the plot */ |
| 1316 | public Font getDefaultFont() { |
no outgoing calls
no test coverage detected