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