()
| 512 | // LAUNCH A WINDOW TO INSPECT TEMPLATE HIERARCHY |
| 513 | |
| 514 | public STViz inspect() { |
| 515 | return inspect(Locale.getDefault()); |
| 516 | } |
| 517 | |
| 518 | public STViz inspect(int lineWidth) { |
| 519 | return inspect(impl.nativeGroup.errMgr, Locale.getDefault(), lineWidth); |
no test coverage detected