()
| 506 | // LAUNCH A WINDOW TO INSPECT TEMPLATE HIERARCHY |
| 507 | |
| 508 | public STViz inspect() { |
| 509 | return inspect(Locale.getDefault()); |
| 510 | } |
| 511 | |
| 512 | public STViz inspect(int lineWidth) { |
| 513 | return inspect(impl.nativeGroup.errMgr, Locale.getDefault(), lineWidth); |
no test coverage detected