()
| 907 | public void lostOwnership(Clipboard clipboard, Transferable contents) {} |
| 908 | |
| 909 | public float[] getXValues() { |
| 910 | return plot.getXValues(); |
| 911 | } |
| 912 | |
| 913 | public float[] getYValues() { |
| 914 | return plot.getYValues(); |
no outgoing calls
no test coverage detected