( begin auto-generated from PShape_isVisible.xml ) Returns a boolean value "true" if the image is set to be visible, "false" if not. This is modified with the setVisible() parameter. The visibility of a shape is usually controlled by whatever program created the SVG file. For ins
()
| 406 | * @see PShape#setVisible(boolean) |
| 407 | */ |
| 408 | public boolean isVisible() { |
| 409 | return visible; |
| 410 | } |
| 411 | |
| 412 | |
| 413 | /** |
no outgoing calls
no test coverage detected