MCPcopy Create free account
hub / github.com/dhale/jtk / setSelected

Method setSelected

core/src/main/java/edu/mines/jtk/sgl/Node.java:77–89  ·  view source on GitHub ↗

Sets the selected state for this node. Only nodes that implement the marker interface Selectable can be selected. This method does nothing if this node is not selectable. Classes that extend this abstract base class may override the method #selectedChanged(), typically to alter t

(boolean selected)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

selectedChangedMethod · 0.95
getWorldMethod · 0.95
updateSelectedSetMethod · 0.95

Tested by

no test coverage detected