| Package | Description | 
|---|---|
| gov.nasa.worldwind.ogc.collada | 
 Provides classes for parsing COLLADA files and streams. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Map<String,ColladaNewParam> | 
ColladaAbstractParamContainer.newParams
Named newparam elements in the container. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ColladaNewParam | 
ColladaAbstractParamContainer.getParam(String sid)
Find a NewParam item by scoped ID (the sid attribute of the param). 
 | 
ColladaNewParam | 
ColladaProfileCommon.getParam(String sid)
Find a NewParam item by scoped ID (the sid attribute of the param). 
 | 
ColladaNewParam | 
ColladaEffect.getParam(String sid)
Find a NewParam item by scoped ID (the sid attribute of the param). 
 |