Returns the ImageCanvas being used to display this image, or null.
()
| 1055 | /** Returns the ImageCanvas being used to |
| 1056 | display this image, or null. */ |
| 1057 | public ImageCanvas getCanvas() { |
| 1058 | return win!=null?win.getCanvas():flatteningCanvas; |
| 1059 | } |
| 1060 | |
| 1061 | /** Sets current foreground color. */ |
| 1062 | public void setColor(Color c) { |
no outgoing calls
no test coverage detected