Display a warning that the specified method is simply unavailable.
(String method)
| 14816 | * Display a warning that the specified method is simply unavailable. |
| 14817 | */ |
| 14818 | static public void showMethodWarning(String method) { |
| 14819 | PGraphics.showMethodWarning(method); |
| 14820 | } |
| 14821 | |
| 14822 | |
| 14823 | /** |
no test coverage detected