MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / isVisible

Method isVisible

src/org/opensourcephysics/media/core/TShape.java:148–150  ·  view source on GitHub ↗

Gets the current visible state. @return true if this is visible.

()

Source from the content-addressed store, hash-verified

146 * @return <code>true</code> if this is visible.
147 */
148 public boolean isVisible() {
149 return visible;
150 }
151
152 /**
153 * Overrides TPoint draw method.

Callers 2

drawMethod · 0.95
findInteractiveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected