(String format, Object... args)
| 175 | } |
| 176 | |
| 177 | public void log(String format, Object... args) { |
| 178 | // System.out.println(indent + String.format(format, args)); |
| 179 | } |
| 180 | |
| 181 | @Override |
| 182 | public void draw(java.awt.Shape s) { |
no outgoing calls
no test coverage detected