public static interface TriMesh.NodePropertyMap
extends java.io.Serializable
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get(TriMesh.Node node)
Gets the value of the property associated with the specified node.
|
void |
put(TriMesh.Node node,
java.lang.Object value)
Puts the value of the property associated with the specified node.
|
java.lang.Object get(TriMesh.Node node)
node - the node.void put(TriMesh.Node node, java.lang.Object value)
node - the node.value - the property value.