Display a warning that the specified method is simply unavailable.
(String method)
| 15596 | * Display a warning that the specified method is simply unavailable. |
| 15597 | */ |
| 15598 | static public void showMethodWarning(String method) { |
| 15599 | PGraphics.showMethodWarning(method); |
| 15600 | } |
| 15601 | |
| 15602 | |
| 15603 | /** |
no test coverage detected