MCPcopy Index your code
hub / github.com/processing/processing / isVisible

Method isVisible

core/src/processing/core/PShape.java:408–410  ·  view source on GitHub ↗

( 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

()

Source from the content-addressed store, hash-verified

406 * @see PShape#setVisible(boolean)
407 */
408 public boolean isVisible() {
409 return visible;
410 }
411
412
413 /**

Callers 11

shapeMethod · 0.45
shapeMethod · 0.45
componentResizedMethod · 0.45
rebuildExamplesFrameMethod · 0.45
updateColorsMethod · 0.45
isCurrentMethod · 0.45
mouseDraggedMethod · 0.45
isCurrentMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected