Display a warning that the specified method is not implemented, meaning that it could be either a completely missing function, although other variations of it may still work properly.
(String method)
| 8313 | * variations of it may still work properly. |
| 8314 | */ |
| 8315 | static public void showMissingWarning(String method) { |
| 8316 | showWarning(method + "(), or this particular variation of it, " + |
| 8317 | "is not available with this renderer."); |
| 8318 | } |
| 8319 | |
| 8320 | |
| 8321 | /** |
no test coverage detected