Return true if this renderer should be drawn to the screen. Defaults to returning true, since nearly all renderers are on-screen beasts. But can be overridden for subclasses like PDF so that a window doesn't open up. A better name? showFrame, displayable, isVisible, visible, shouldDispla
()
| 8358 | * what to call this? |
| 8359 | */ |
| 8360 | public boolean displayable() { // ignore |
| 8361 | return true; |
| 8362 | } |
| 8363 | |
| 8364 | |
| 8365 | /** |
no outgoing calls
no test coverage detected